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 Nov 1, 2016
1 parent deab5fd commit f4bb6a5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
@@ -1,13 +1,11 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "1"
- "2"
- "3"
- "4"
- "5"
- "node"
- '1'
- '2'
- '3'
- '4'
- '5'
- node
after_success:
- node_modules/.bin/babel tests/tests.js --out-file tests/tests-es5.js
- node_modules/.bin/istanbul cover node_modules/.bin/_mocha tests/index.js
Expand Down

0 comments on commit f4bb6a5

Please sign in to comment.