Skip to content

Commit

Permalink
Use modern Yarn version on Travis CI
Browse files Browse the repository at this point in the history
Travis CI uses a quite old version of Yarn by default. This adds Yarn's
recommended incantation for using the latest stable version.
  • Loading branch information
jryans committed Mar 13, 2019
1 parent 1bae15e commit cd75848
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: node_js
node_js:
- "10.11.0"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0
- export PATH=$HOME/.yarn/bin:$PATH
script:
- ./travis.sh

0 comments on commit cd75848

Please sign in to comment.