Skip to content

Commit

Permalink
Use yarn in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dfcook committed Dec 12, 2018
1 parent 4dbd7bf commit 6a2fcf4
Show file tree
Hide file tree
Showing 2 changed files with 8,014 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ cache:
notifications:
email: false
node_js: '8'
install: npm install
script: npm run test
after_success: npm run coveralls
install: yarn
script: yarn test
after_success: yarn coveralls
branches:
only: master
Loading

0 comments on commit 6a2fcf4

Please sign in to comment.