Skip to content

Commit

Permalink
Use yarn instead of npm to run script
Browse files Browse the repository at this point in the history
  • Loading branch information
armandabric committed Jan 9, 2017
1 parent 189c459 commit 330575e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ node_js:
- "4.4"

script:
- npm test
- npm run lint
- npm run coverage && npm run coverage-upload
- yarn run test
- yarn run lint
- yarn run coverage && yarn run coverage-upload

notifications:
email:
Expand Down

0 comments on commit 330575e

Please sign in to comment.