Skip to content

Commit

Permalink
chore: drop support for Node.js 0.10 (#84)
Browse files Browse the repository at this point in the history
Support Node 4+
  • Loading branch information
greenkeeperio-bot authored and daffl committed Nov 2, 2016
1 parent 54739cf commit 614d74c
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
@@ -1,10 +1,8 @@
language: node_js
node_js:
- node
- '6'
- '4'
- '0.12'
- '0.10'
- node
- '6'
- '4'
sudo: false
before_script:
- npm install -g codeclimate-test-reporter
Expand Down

0 comments on commit 614d74c

Please sign in to comment.