Skip to content

Commit

Permalink
Lockdown the version of yarn to 1.10.1 in our Travis environment. (#1351
Browse files Browse the repository at this point in the history
)

The latest yarn (1.12.1 as of Nov 1st) appears to hang the CI build.
  • Loading branch information
yifanyang authored and Feiyang1 committed Nov 1, 2018
1 parent 7fd3297 commit 9f12e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
before_install:
# Yarn defaults to an old version, make sure we
# get an up to date version
- npm install -g yarn
- npm install -g yarn@1.10.1
- '[ "${NPM_TOKEN+x}" ] && echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > $HOME/.npmrc || echo "Skipping .npmrc creation";'
before_script:
- cp config/ci.config.json config/project.json
Expand Down

0 comments on commit 9f12e4a

Please sign in to comment.