You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by gr...@apache.org on 2017/10/04 13:17:29 UTC

celix git commit: Set back Coverity scan to be run once every 5 commits

Repository: celix
Updated Branches:
  refs/heads/develop 3d1ca9e3c -> 79e22f82f


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/develop
Commit: 79e22f82f4109b67636c39db1bccf2319ad36201
Parents: 3d1ca9e
Author: gricciardi <gr...@apache.org>
Authored: Wed Oct 4 15:17:18 2017 +0200
Committer: gricciardi <gr...@apache.org>
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: