Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahDragon authored May 8, 2017
1 parent 0ff04dd commit 49b1a52
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ cache:
- node_modules

node_js:
- "0.12"
- "4"
- "6"
- "node"

script:
- npm run eslint
Expand All @@ -19,4 +18,4 @@ script:

after_script:
- npm install coveralls
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 comments on commit 49b1a52

Please sign in to comment.