Skip to content

Commit

Permalink
Use yarn 1.19.0 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfrazier authored Oct 1, 2019
1 parent 7ea8aa8 commit 6ce7b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ addons:
packages:
- g++-4.8
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.19.0
- export PATH=$HOME/.yarn/bin:$PATH
cache: yarn
script:
Expand Down

0 comments on commit 6ce7b62

Please sign in to comment.