Skip to content

Commit

Permalink
Fix coveralls for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed Aug 24, 2018
1 parent a72a6aa commit 3f6d001
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ script:
fi

after_success:
- "cat ${TRAVIS_BUILD_DIR}/coverage/lcov.info | coveralls"
- if [[ "$TRAVIS_EVENT_TYPE" != "pull_request" && "$TRAVIS_EVENT_TYPE" != "cron" ]]; then
cat ${TRAVIS_BUILD_DIR}/coverage/lcov.info | coveralls;
fi

0 comments on commit 3f6d001

Please sign in to comment.