Repository: celix Updated Branches: refs/heads/master 95c06ab78 -> 353ac0d2e
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/master Commit: 33644af89ca2f49fdf26ef8b5db71248aa81c268 Parents: 988a4c3 Author: gricciardi <[email protected]> Authored: Tue Oct 3 13:36:08 2017 +0200 Committer: gricciardi <[email protected]> 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:
