Skip to content

Commit

Permalink
Remove older versions of Node.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTPate authored Jul 14, 2016
1 parent 56b4fb6 commit 748ee14
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
language: node_js
sudo: false
node_js:
- '0.10'
- '0.11'
- '0.12'
- 'iojs'
- '4'
- '5'
- '6'
script: npm test
after_script: npm install coveralls && cat ./coverage/lcov.info | coveralls
after_script: npm install coveralls && cat ./coverage/lcov.info | coveralls

0 comments on commit 748ee14

Please sign in to comment.