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/03 11:36:36 UTC

celix git commit: Temporarily enabled Coverity Scan

Repository: celix
Updated Branches:
  refs/heads/develop 988a4c36c -> 33644af89


Temporarily enabled Coverity Scan


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/33644af8
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/33644af8
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/33644af8

Branch: refs/heads/develop
Commit: 33644af89ca2f49fdf26ef8b5db71248aa81c268
Parents: 988a4c3
Author: gricciardi <gr...@apache.org>
Authored: Tue Oct 3 13:36:08 2017 +0200
Committer: gricciardi <gr...@apache.org>
Committed: Tue Oct 3 13:36:08 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/33644af8/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 279e548..1629704 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="n"
+        - COVERITY_SCAN_ALWAYS_ON="y"
         - MACOSX_DEPLOYMENT_TARGET=10.11
 
 matrix: