Skip to content

Commit

Permalink
Only test on LTS releases of node
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed May 8, 2016
1 parent f516a10 commit 446c6ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
sudo: false
language: node_js
node_js:
- iojs
- node
- 5
- 4
- 0.12
- 0.10
- '0.10'
script: npm run cover
after_success: cat coverage/lcov.info | node_modules/.bin/coveralls --verbose

0 comments on commit 446c6ed

Please sign in to comment.