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 2018/10/12 09:03:51 UTC

[34/34] celix git commit: CELIX-454: Updates OSX deployment target for travis build.

CELIX-454: Updates OSX deployment target for travis build.

This version should have the clock_gettime function


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

Branch: refs/heads/develop
Commit: ca2d0901cd9e00dd38e9827f3b0046a2d595c29d
Parents: ef40f48
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Fri Oct 12 10:59:09 2018 +0200
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Fri Oct 12 10:59:09 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/celix/blob/ca2d0901/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index ff86367..fd26e9d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ matrix:
        - os: osx
          osx_image: xcode7.3
          compiler: clang
-         env: MACOSX_DEPLOYMENT_TARGET=10.11
+         env: MACOSX_DEPLOYMENT_TARGET=10.12
        - os: linux
          dist: trusty
          compiler: gcc