Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahDragon authored Jul 27, 2017
1 parent 88ba7df commit f6e45c6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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"
- "5"
- "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 f6e45c6

Please sign in to comment.