Skip to content

Commit

Permalink
build: update travis to include Node v6 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
JaKXz committed Oct 27, 2016
1 parent 3a587e2 commit 97b609a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sudo: false
language: node_js
node_js:
- "stable"
- 6
- 4

after_success: "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"

0 comments on commit 97b609a

Please sign in to comment.