Skip to content

Commit

Permalink
Drop nodejs 0.x and 5.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed May 23, 2017
1 parent 5157d06 commit 826abfa
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:
- "0.10"
- "5.8"
- "4"
- "6"
- "7"
notifications:
email: false
after_success:
Expand Down

0 comments on commit 826abfa

Please sign in to comment.