Skip to content

Commit

Permalink
extend travis node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mose committed Jun 26, 2017
1 parent b37277c commit f89f846
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,6 +1,8 @@
language: node_js
node_js:
- "4.3.1"
- "6"
- "4"
- "0.12"
- "0.10"
script: make test-coverage
# after_success:
Expand Down

0 comments on commit f89f846

Please sign in to comment.