Skip to content

Commit

Permalink
Testing in node 4+
Browse files Browse the repository at this point in the history
  • Loading branch information
dnunes committed Apr 23, 2017
1 parent a712c5f commit a701813
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
Expand Up @@ -2,8 +2,10 @@ language: node_js
node_js:
- "stable"
node_js:
- "6"
- "7"
- "node"
- "7"
- "6"
- "5"
- "4"
after_success:
- npm run coveralls

0 comments on commit a701813

Please sign in to comment.