Skip to content

Commit

Permalink
chore: drop support for Node 0.10/0.12 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Apr 15, 2017
1 parent 2572ca8 commit d2a76f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ language: node_js
os:
- linux
node_js:
- "0.10"
- "0.12"
- "4.1"
- "4"
- "6"
- "node"
after_script: npm run coverage
deploy:
Expand Down

0 comments on commit d2a76f0

Please sign in to comment.