Skip to content

Commit

Permalink
💚 try using yarns install script without specifying version 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
shierro committed Jan 31, 2019
1 parent 67d0fb9 commit 18a18a3
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:
chrome: stable
before_script:
- npm install -g codecov nyc
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.2
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
Expand Down

0 comments on commit 18a18a3

Please sign in to comment.