Skip to content

Commit

Permalink
ci(node): update node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Sep 25, 2017
1 parent 05e7be2 commit 6be2670
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "8"
notifications:
email: false
after_success:
- npm run coveralls
- npm run codeclimate
- npm i -g coveralls codeclimate-test-reporter
- coveralls < coverage/lcov.info
- codeclimate-test-reporter < coverage/lcov.info

0 comments on commit 6be2670

Please sign in to comment.