Merge pull request #9151 from jryans/yarn-ci
Use modern Yarn version on Travis CI
This commit is contained in:
commit
645f4e9a80
|
@ -19,6 +19,9 @@ node_js:
|
||||||
- 10
|
- 10
|
||||||
addons:
|
addons:
|
||||||
chrome: stable
|
chrome: stable
|
||||||
|
before_install:
|
||||||
|
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0
|
||||||
|
- export PATH=$HOME/.yarn/bin:$PATH
|
||||||
install:
|
install:
|
||||||
# clone the deps with depth 1: we know we will only ever need that one
|
# clone the deps with depth 1: we know we will only ever need that one
|
||||||
# commit.
|
# commit.
|
||||||
|
|
Loading…
Reference in New Issue