Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guigrpa committed Oct 25, 2017
1 parent 58eb566 commit 408b566
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
@@ -1,13 +1,9 @@
language: node_js
node_js:
- "stable"
install:
- npm -g install yarn
- yarn
cache:
directories:
- ~/.yarn
- ~/.nvm
- "8"
- "6"
script: npm run travis
after_success:
- 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'
cache:
yarn: true

0 comments on commit 408b566

Please sign in to comment.