Skip to content

Commit

Permalink
Don't support node 4 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed May 19, 2018
1 parent 785613e commit 8254561
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,7 +1,8 @@
language: node_js
node_js:
- "4"
- "6"
- "8"
- "10"

script:
npm run test && npm run coveralls

0 comments on commit 8254561

Please sign in to comment.