Skip to content

Commit 9f12e4a

Browse files
yifanyangFeiyang1
authored andcommitted
Lockdown the version of yarn to 1.10.1 in our Travis environment. (#1351)
The latest yarn (1.12.1 as of Nov 1st) appears to hang the CI build.
1 parent 7fd3297 commit 9f12e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
before_install:
1111
# Yarn defaults to an old version, make sure we
1212
# get an up to date version
13-
- npm install -g yarn
13+
- npm install -g yarn@1.10.1
1414
- '[ "${NPM_TOKEN+x}" ] && echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > $HOME/.npmrc || echo "Skipping .npmrc creation";'
1515
before_script:
1616
- cp config/ci.config.json config/project.json

0 commit comments

Comments
 (0)