Skip to content

Commit

Permalink
test: node versions in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Mar 25, 2017
1 parent e6e5524 commit dc2ffcc
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,10 +2,9 @@ language: node_js
before_script:
- npm install -g codeclimate-test-reporter
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "7"
after_script:
- codeclimate-test-reporter < coverage/lcov.info
- coveralls < coverage/lcov.info

0 comments on commit dc2ffcc

Please sign in to comment.