Skip to content

Commit

Permalink
test against node versions 4+
Browse files Browse the repository at this point in the history
  • Loading branch information
claygregory committed Mar 6, 2017
1 parent 10ec21d commit 1fadd15
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,6 +1,9 @@
language: node_js
node_js:
- "stable"
- "6"
- "5"
- "4"

after_success:
- npm run coveralls

0 comments on commit 1fadd15

Please sign in to comment.