Skip to content

Commit

Permalink
chore: drop support for Node.js 0.10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This module no longer supports Node.js 0.10
  • Loading branch information
greenkeeperio-bot committed Oct 31, 2016
1 parent c4adb33 commit 42e4af1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
sudo: false
language: node_js
node_js:
- "iojs"
- "0.10"
- "0.12"
- 4
- 6
script: "npm run-script test-travis"
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"

0 comments on commit 42e4af1

Please sign in to comment.