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 e6a3cc6 commit 9269092
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ cache:
- node_modules

node_js:
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
- '6'
- '5'
- '4'

env:
- COVERAGE=false
Expand Down

0 comments on commit 9269092

Please sign in to comment.