Skip to content

Commit

Permalink
(revert) travis older node version tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joe committed Jul 24, 2016
1 parent 28828f6 commit 2e0f117
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: node_js
node_js:
- "6.2"
# - "5.11"
# - "4.4"
# - "0.12"
# - "0.10"
- "6.2"
- "5.11"
- "4.4"
- "0.12"
- "0.10"

after_script:
- npm run-script coveralls

0 comments on commit 2e0f117

Please sign in to comment.