Skip to content

Commit

Permalink
chore(travis): Drop support for node < 4 (Not maintained anymore) (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nox authored and bnjjj committed Sep 13, 2018
1 parent 64603b1 commit 7d2e320
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: node_js
node_js:
- '0.10'
- '0.11'
- '0.12'
- '4'
- '5'
- '6'
- '7'
- '8'
- '9'
- '10'
after_script: 'npm install coveralls && cat ./coverage/lcov.info | node_modules/.bin/coveralls'

0 comments on commit 7d2e320

Please sign in to comment.