Skip to content

Commit

Permalink
Add new node version to travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
AxFab committed Sep 25, 2016
1 parent 3bdd3b9 commit 2ea226d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
language: node_js
node_js:
- "6"
- "5"
- "4"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
- "0.6"
- "node"
- "iojs"
env:
- JDX_VERBOSE=true
after_success: npm run coveralls
Expand Down

0 comments on commit 2ea226d

Please sign in to comment.