Skip to content

Commit

Permalink
Drop support for node versions < 6
Browse files Browse the repository at this point in the history
  • Loading branch information
habbes committed Oct 22, 2018
1 parent 151f196 commit 991af4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- "10"
- "9"
- "8"
- "6"
- "5"
- "4"
- "node"
script: "npm run coveralls"

0 comments on commit 991af4a

Please sign in to comment.