mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
attempt to fix parallel install on travis (#3325)
This commit is contained in:
+3
-4
@@ -63,10 +63,6 @@ jobs:
|
||||
- stage: test
|
||||
language: node_js
|
||||
node_js: "4"
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- parallel
|
||||
before_install:
|
||||
- yarn --version
|
||||
- curl -sSL https://yarnpkg.com/install.sh | bash
|
||||
@@ -81,6 +77,9 @@ jobs:
|
||||
directories:
|
||||
- $HOME/.cache/yarn
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- parallel
|
||||
artifacts:
|
||||
bucket: lichess.org
|
||||
s3_region: eu-west-1
|
||||
|
||||
Reference in New Issue
Block a user