Set back Coverity scan to be run once every 5 commits
Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/79e22f82 Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/79e22f82 Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/79e22f82 Branch: refs/heads/master Commit: 79e22f82f4109b67636c39db1bccf2319ad36201 Parents: 3d1ca9e Author: gricciardi <[email protected]> Authored: Wed Oct 4 15:17:18 2017 +0200 Committer: gricciardi <[email protected]> Committed: Wed Oct 4 15:17:18 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/79e22f82/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 1629704..279e548 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ env: - COVERITY_SCAN_TOKEN="iomLSuaE8KOZLDog-KK7Ug" - COVERITY_SCAN_BUILD_URL="https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh" - COVERITY_SCAN_BUILD="curl -s $COVERITY_SCAN_BUILD_URL | sed 's/https:\/\/scan.coverity.com\/builds/https:\/\/scan.coverity.com\/builds?project=Apache+Celix/g' | bash" - - COVERITY_SCAN_ALWAYS_ON="y" + - COVERITY_SCAN_ALWAYS_ON="n" - MACOSX_DEPLOYMENT_TARGET=10.11 matrix:
