Skip to content

Commit

Permalink
fix: add node 7, node 9 to travis, drop node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
tabrindle committed Apr 11, 2018
1 parent 80c465c commit e373c2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "4"
- "6"
- "7"
- "8"
- "9"

0 comments on commit e373c2f

Please sign in to comment.