Repository: celix Updated Branches: refs/heads/develop 118d236ec -> 141f622a3
CELIX-333: fixed coverity url Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/141f622a Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/141f622a Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/141f622a Branch: refs/heads/develop Commit: 141f622a3439c9717e91ad2e96fbf878df56f5a2 Parents: 118d236 Author: Bjoern Petri <[email protected]> Authored: Fri Jan 15 12:57:50 2016 +0100 Committer: Bjoern Petri <[email protected]> Committed: Fri Jan 15 12:57:50 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/141f622a/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index c291ba7..c15ffd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,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 | sed "s/https:\/\/scan.coverity.com\/builds/https:\/\/scan.coverity.com\/builds?project=Apache+Celix"/g | 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:
