Skip to content

Commit

Permalink
test: run travis on node 4, 6, 8
Browse files Browse the repository at this point in the history
  • Loading branch information
espy authored and gr2m committed Jun 28, 2017
1 parent 42d98b2 commit c8a3c6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "8"
- "6"
- "4"
notifications:
email: false
sudo: false
after_success: npm run coverage

0 comments on commit c8a3c6a

Please sign in to comment.