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 27cf8a9 commit 87018a5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "4"
- "5"
- "6"
- '4'
- '5'
- '6'
sudo: false
script: "npm run-script test-travis && node benchmark/simple_get.js"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 87018a5

Please sign in to comment.