Skip to content

Commit

Permalink
ci: use yarn 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsseng authored Mar 19, 2019
1 parent a0ab9ff commit 559caa3
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 @@ cache:
- node_modules

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.12.1
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2
- export PATH="$HOME/.yarn/bin:$PATH"

install:
Expand Down

0 comments on commit 559caa3

Please sign in to comment.