Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Commit

Permalink
chore: drop support for Node.js 0.10 (#31)
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 20d1489 commit 669ffd1
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:
- node
- '6'
- '4'
- iojs
- '0.12'
- '0.10'
- node
- '6'
- '4'
sudo: false
notifications:
email: false
Expand Down

0 comments on commit 669ffd1

Please sign in to comment.