Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
WindomZ committed Sep 3, 2018
1 parent 3942e28 commit f50e2b4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@ node_js:
- '6.0'
- '7'
- '8'
- '9'
- 'node'

cache:
yarn: true
directories:
- node_modules

script:
- yarn run test
- npm run-script test

after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'

0 comments on commit f50e2b4

Please sign in to comment.