Merge pull request #9151 from jryans/yarn-ci

Use modern Yarn version on Travis CI
This commit is contained in:
David Baker 2019-03-13 13:23:36 +00:00 committed by GitHub
commit 645f4e9a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,9 @@ node_js:
- 10
addons:
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:
# clone the deps with depth 1: we know we will only ever need that one
# commit.