Skip to content

Commit

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

0 comments on commit 1e7f02b

Please sign in to comment.