Skip to content

Commit

Permalink
[test] Add newer nodejs versions in Travis configuration (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne authored Jan 12, 2017
1 parent 27622db commit bd6ea79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
- "7"
services:
- redis-server
notifications:
Expand Down

0 comments on commit bd6ea79

Please sign in to comment.