Skip to content

Commit

Permalink
Fix new lcov location
Browse files Browse the repository at this point in the history
  • Loading branch information
serut committed May 5, 2018
1 parent 9cbd3e0 commit 286118b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_script:

script:
- meteor npm test
- cat .coverage/lcov.info | coveralls || cat .coverage/lcov.info || true # ignore coveralls error
- cat .coverage/lcov.info | codecov || cat .coverage/lcov.info || true # ignore codecov error
- cat .coverage/lcov.info | codacy-coverage || true # ignore codacy error
- cat someapp/.coverage/lcov.info | coveralls || cat .coverage/lcov.info || true # ignore coveralls error
- cat someapp/.coverage/lcov.info | codecov || cat .coverage/lcov.info || true # ignore codecov error
- cat someapp/.coverage/lcov.info | codacy-coverage || true # ignore codacy error
- meteor npm run lint || true # ignore eslint error

0 comments on commit 286118b

Please sign in to comment.