Skip to content

Commit

Permalink
ci(.travis): add node stable && lts
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Jan 18, 2018
1 parent 7359ae4 commit f783b90
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
sudo: false
language: node_js
node_js:
- "4.1"
- "0.12"
- "0.10"

env:
global:
- ISTANBUL_COVERAGE: yes
node_js:
- "stable"
- "lts/*"
- 6
- 4
- 0.12
- 0.10

after_success:
- npm i coveralls
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && echo "Coverage data was sent to coveralls!"
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 comments on commit f783b90

Please sign in to comment.