Merge pull request #2783 from jryans/yarn-ci

Use modern Yarn version on Travis CI
pull/21833/head
David Baker 2019-03-13 13:23:15 +00:00 committed by GitHub
commit 99c7aa2df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ node_js:
- node # Latest stable version of nodejs.
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:
- ./scripts/travis/install-deps.sh
matrix: