Skip to content

Commit

Permalink
[travis] add node 7
Browse files Browse the repository at this point in the history
  • Loading branch information
rt2zz committed Feb 7, 2017
1 parent 32bdcc0 commit 872bf98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "6.0.0"
- "6"
- "7"
script:
- npm test

0 comments on commit 872bf98

Please sign in to comment.