Skip to content

Commit

Permalink
Merge pull request #43 from SimenB/travis
Browse files Browse the repository at this point in the history
Only test on LTS releases of node
  • Loading branch information
lazd committed May 9, 2016
2 parents 11c919f + 446c6ed commit 1350804
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 1350804

Please sign in to comment.