Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Aug 29, 2019
1 parent e19f7da commit 2b65f2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "10"
after_success:
- npm install coveralls codeclimate-test-reporter
- npm run coverage
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls || true
- cat ./coverage/lcov.info | ./node_modules/.bin/codeclimate-test-reporter || true
# after_success:
# - npm install coveralls codeclimate-test-reporter
# - npm run coverage
# - cat ./coverage/lcov.info | ./node_modules/.bin/coveralls || true
# - cat ./coverage/lcov.info | ./node_modules/.bin/codeclimate-test-reporter || true

0 comments on commit 2b65f2d

Please sign in to comment.