Skip to content

Commit

Permalink
Add Node.js v7, current stable, to Travis CI
Browse files Browse the repository at this point in the history
We are seeing more and more people installing on Node v7 so it's important to ensure `npm install` will pass correctly and our (limited but growing) test suite as well.
  • Loading branch information
astorije committed Dec 16, 2016
1 parent 1065f17 commit a9f692a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,7 +1,8 @@
language: node_js
node_js:
- 6
- 4
- 7 # Current stable
- 6 # Active LTS until 2018-04-18
- 4 # Active LTS until 2017-04-01

matrix:
fast_finish: true
Expand Down

0 comments on commit a9f692a

Please sign in to comment.