Skip to content

Commit

Permalink
🚀 💚 add yarn path to use & override built-in yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
shierro committed Jan 31, 2019
1 parent 1ec29e3 commit 67d0fb9
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 @@ -10,7 +10,8 @@ addons:
chrome: stable
before_script:
- npm install -g codecov nyc
- curl -o- -L https://yarnpkg.com/install.sh | bash
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.2
- 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
- ./cc-test-reporter before-build --debug
Expand Down

0 comments on commit 67d0fb9

Please sign in to comment.