Skip to content

Commit

Permalink
On travis, run coveralls only for unitests
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed May 18, 2017
1 parent c0fc206 commit 3bbfbc1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,7 @@ script:
# Calculate coverage
after_success:
- coveralls --config_file .coveragerc
- |
if [[ "$JOB" == "UNITTEST" ]]; then
coveralls --config_file .coveragerc
fi

0 comments on commit 3bbfbc1

Please sign in to comment.