Skip to content

Commit

Permalink
test: update node.js versions for travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Jul 6, 2019
1 parent 3ca7571 commit c468632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,10 +3,10 @@ before_script:
- git submodule update --init
- npm install -g codeclimate-test-reporter
node_js:
- "6"
- "8"
- "9"
- "10"
- "11"
- "12"
after_script:
- codeclimate-test-reporter < coverage/lcov.info
- coveralls < coverage/lcov.info
Expand Down

0 comments on commit c468632

Please sign in to comment.