Skip to content

Commit

Permalink
chore(devenv): added node 4 & 6 into .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsHassler committed Oct 12, 2016
1 parent 31aec6f commit 84ed828
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ language: node_js

# Node.js versions
node_js:
- "node"
- "4"
- "6"

# run ci script
script: npm run ci --silent
Expand All @@ -33,4 +34,4 @@ notifications:
on_success: never

# Send coverage report to coveralls
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

0 comments on commit 84ed828

Please sign in to comment.