Repository: celix Updated Branches: refs/heads/develop d8dbe106b -> acbfe389b
CELIX-333: Adapt coverity upload url Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/acbfe389 Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/acbfe389 Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/acbfe389 Branch: refs/heads/develop Commit: acbfe389b92637bbfdbdee71e072de7d4c64f3b7 Parents: d8dbe10 Author: Bjoern Petri <[email protected]> Authored: Wed Jan 13 09:01:49 2016 +0100 Committer: Bjoern Petri <[email protected]> Committed: Wed Jan 13 09:01:49 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/acbfe389/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 437d125..55eab3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ env: - COVERITY_SCAN_BRANCH_PATTERN="develop" - 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 | bash" + - 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" matrix: include:
