Skip to content

Commit

Permalink
add node 6, 8, 10 on travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Sep 29, 2018
1 parent f9cca20 commit 9cb3ccf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,6 +1,8 @@
language: node_js
node_js:
- '6.3.1'
- '10'
- '8'
- '6'
after_script:
- npm install -g codeclimate-test-reporter
- CODECLIMATE_REPO_TOKEN=be81a850806bfaf0ea98cbd38daef658481d1bbcf04886de925b8c043eb0c20e codeclimate < ./coverage/lcov.info

0 comments on commit 9cb3ccf

Please sign in to comment.