Skip to content

Commit

Permalink
update travis config to test on latest node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
doowb committed Nov 1, 2017
1 parent 4f6c046 commit d6fb842
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
sudo: false
language: node_js
node_js:
- "5"
- "node"
- "8"
- "6"
- "4"
- "0.12"
- "0.10"
Expand Down

0 comments on commit d6fb842

Please sign in to comment.