Skip to content

Commit

Permalink
chore: always install the latest version of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Oct 31, 2018
1 parent 63e6818 commit db0fdd8
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:
- 6
- 4
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
- curl -o- -L https://yarnpkg.com/install.sh
- export PATH="$HOME/.yarn/bin:$PATH"
- yarn global add greenkeeper-lockfile@1
install: yarn --ignore-engines
Expand Down

0 comments on commit db0fdd8

Please sign in to comment.