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 fa513f2 commit a3cc92b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Expand Up @@ -2,12 +2,10 @@ sudo: false
language: node_js

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

matrix:
fast_finish: true
Expand Down

0 comments on commit a3cc92b

Please sign in to comment.