Skip to content

Commit

Permalink
test: remove node v0.12, v5, add v8 to travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Jun 4, 2017
1 parent eac5902 commit 55727d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -3,11 +3,10 @@ before_script:
- git submodule update --init
- npm install -g codeclimate-test-reporter
node_js:
- "0.12"
- "4"
- "5"
- "6"
- "7"
- "8"
after_script:
- codeclimate-test-reporter < coverage/lcov.info
- coveralls < coverage/lcov.info
Expand Down

0 comments on commit 55727d9

Please sign in to comment.