Skip to content

Commit

Permalink
improve travis conf
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswep committed Apr 9, 2017
1 parent 5d995c2 commit 9b380ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ language: node_js
node_js:
- "6"

cache: yarn

script: npm run coverage

after_success: 'npm run coveralls'

cache:
yarn: true
notifications:
email: false

0 comments on commit 9b380ca

Please sign in to comment.