Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alsotang committed Jan 5, 2019
1 parent d555716 commit e6fa357
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
sudo: false
language: node_js
node_js:
- '7'
- '6'
- '4'
- '0.12'
- '10'
- 'stable'
script: "npm run test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit e6fa357

Please sign in to comment.