Skip to content

Commit

Permalink
Fixes liferay#1193 - Update yarn in travis from 1.2.0 to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Sep 28, 2018
1 parent 396ca8e commit 76256bf
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 @@ -2,7 +2,7 @@ after_success: npm run coveralls

before_install:
- nvm install 8
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.2.0
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
- export PATH=$HOME/.yarn/bin:$PATH
- npm install -g lerna@3.4.0

Expand Down

0 comments on commit 76256bf

Please sign in to comment.