CELIX-360: Removes enforcing coverity for every build
Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/8c4e037d Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/8c4e037d Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/8c4e037d Branch: refs/heads/develop Commit: 8c4e037db02f63796b10389df1ac409bcfe42b56 Parents: 13d5d97 Author: Pepijn Noltes <[email protected]> Authored: Sun Jun 26 09:55:16 2016 +0200 Committer: Pepijn Noltes <[email protected]> Committed: Sun Jun 26 09:55:16 2016 +0200 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/8c4e037d/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index d1f6729..62af5fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,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" matrix: include:
