You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by ej...@apache.org on 2016/08/19 13:18:48 UTC

[6/6] celix git commit: changed travis config to make travis build this branch

changed travis config to make travis build this branch


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

Branch: refs/heads/feature/event_admin
Commit: a59205735806b42421601a74ba0d79243159375d
Parents: aa2c3e2
Author: Erik Jansman <ej...@apache.org>
Authored: Fri Aug 19 15:16:31 2016 +0200
Committer: Erik Jansman <ej...@apache.org>
Committed: Fri Aug 19 15:16:31 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/celix/blob/a5920573/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 1e86283..2a52b80 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ env:
         - COVERITY_SCAN_BUILD_COMMAND="make"
         - COVERITY_SCAN_PROJECT_NAME="Apache Celix"
         - COVERITY_SCAN_NOTIFICATION_EMAIL="bpetri@apache.org"
-        - COVERITY_SCAN_BRANCH_PATTERN="develop"
+        - COVERITY_SCAN_BRANCH_PATTERN="feature/event_admin"
         - 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"