Skip to content

Commit

Permalink
💚 install yarn via curl
Browse files Browse the repository at this point in the history
  • Loading branch information
shierro committed Jan 31, 2019
1 parent efbd675 commit 1ec29e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ dist: trusty
addons:
chrome: stable
before_script:
- npm install -g codecov yarn@latest nyc
- npm install -g codecov nyc
- curl -o- -L https://yarnpkg.com/install.sh | bash
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build --debug
Expand Down

0 comments on commit 1ec29e3

Please sign in to comment.