use latest yarn

This commit is contained in:
Henry Zhu 2017-10-07 08:58:03 -04:00
parent ef467a3887
commit e522dd8a3c
2 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,7 @@ env:
- JOB=test
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.28.1
- curl -o- -L https://yarnpkg.com/install.sh | bash
script:
# Babel doesn't build correctly with npm v2 (which comes bundled with Node v4)

View File

@ -10,8 +10,7 @@ machine:
dependencies:
pre:
# Version number can be removed once 0.28.x or higher is released as stable
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.28.4
- curl -o- -L https://yarnpkg.com/install.sh | bash
cache_directories:
- ~/.yarn-cache
override: