Repository: celix Updated Branches: refs/heads/develop b218a6b2c -> cfcb852c7
CELIX-330: Restrict amount of coverity builds Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/cfcb852c Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/cfcb852c Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/cfcb852c Branch: refs/heads/develop Commit: cfcb852c72c782c9e3e201624ab0b6897af67394 Parents: b218a6b Author: Bjoern Petri <[email protected]> Authored: Fri Jan 8 06:52:56 2016 +0100 Committer: Bjoern Petri <[email protected]> Committed: Fri Jan 8 06:52:56 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/cfcb852c/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 8cdf650..062414d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,6 +60,5 @@ after_success: gem install coveralls-lcov && make coverage && lcx="lcov --output-file=coverage.info " && for i in `find . -name "*.info.cleaned"`; do lcx+=" --add-tracefile=$i"; done && $lcx && coveralls-lcov --repo-token=9dpeTAjiGoQU5hgXFe0ezk65iu40oc3WY coverage.info; - make clean && eval "$COVERITY_SCAN_BUILD" - #if [ $(( $TRAVIS_BUILD_NUMBER % 10 )) -eq 0 ]; then make clean & eval "$COVERITY_SCAN_BUILD"; fi + if [ $(( $TRAVIS_BUILD_NUMBER % 5 )) -eq 0 ]; then make clean & eval "$COVERITY_SCAN_BUILD"; fi fi;
