Skip to content

Commit

Permalink
test(yarn): upgrade yarn version for travis builg
Browse files Browse the repository at this point in the history
  • Loading branch information
flepretre committed Oct 29, 2018
1 parent 27f92b6 commit c8a42f4
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 @@ -5,7 +5,7 @@ node_js:
cache: yarn

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

script:
Expand Down

0 comments on commit c8a42f4

Please sign in to comment.