Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blackmatch committed Aug 5, 2017
1 parent a0dd065 commit acb9d5f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
@@ -1,9 +1,13 @@
language: node_js
node_js:
- "4.0"
- "6.0"
- "7.0"
- "8.0"
- "latest"
- "stable"
- "lts"
- "7"
- "6"
- "4"
- "iojs"
- "0.12"

after_success:
- npm run coveralls

0 comments on commit acb9d5f

Please sign in to comment.