use latest yarn
This commit is contained in:
parent
ef467a3887
commit
e522dd8a3c
@ -17,7 +17,7 @@ env:
|
|||||||
- JOB=test
|
- JOB=test
|
||||||
|
|
||||||
before_install:
|
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:
|
script:
|
||||||
# Babel doesn't build correctly with npm v2 (which comes bundled with Node v4)
|
# Babel doesn't build correctly with npm v2 (which comes bundled with Node v4)
|
||||||
|
|||||||
@ -10,8 +10,7 @@ machine:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
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
|
||||||
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.28.4
|
|
||||||
cache_directories:
|
cache_directories:
|
||||||
- ~/.yarn-cache
|
- ~/.yarn-cache
|
||||||
override:
|
override:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user