You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2017/01/12 18:11:24 UTC

celix git commit: CELIX-387: Adds MACOSX_DEPLOYMENT_TARGET env to travis cfg

Repository: celix
Updated Branches:
  refs/heads/develop 34c94dae0 -> 2320ddaff


CELIX-387: Adds MACOSX_DEPLOYMENT_TARGET env to travis cfg


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

Branch: refs/heads/develop
Commit: 2320ddaff189aaa321a44783b74aa613e1fdd921
Parents: 34c94da
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Thu Jan 12 19:16:24 2017 +0100
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Thu Jan 12 19:16:24 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/celix/blob/2320ddaf/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 3d988bf..0fb6ede 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,7 @@ env:
         - 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"
+        - MACOSX_DEPLOYMENT_TARGET=10.11
 
 matrix:
     include: