Skip to content

Commit

Permalink
Merge pull request #2381 from simov/drop-0-10
Browse files Browse the repository at this point in the history
Drop support for Node 0.10
  • Loading branch information
simov committed Sep 17, 2016
2 parents ca4293b + 5eeafa2 commit 561c16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,9 +3,9 @@ language: node_js

node_js:
- node
- 6
- 4
- 0.12
- 0.10

after_script:
- npm run test-cov
Expand Down

0 comments on commit 561c16b

Please sign in to comment.