From b2c27fbd259e9b24f9fb6885cad3c960f22624de Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 21 Nov 2016 08:37:04 -0800 Subject: [PATCH] test xcode8.2 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4c020eafe..67bdb5fa8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,8 +52,7 @@ matrix: env: CLANG_VERSION='3.8.1' BUILD_TYPE='Debug' RUN_CLANG_FORMAT=ON BUILD_COMPONENTS=ON CUCUMBER_TIMEOUT=60000 - os: osx - # TODO: xcode8 triggers undefined symbol 'clock_gettime' in boost::interprocess - osx_image: xcode7.3 + osx_image: xcode8.2 compiler: "mason-osx-release" # we use the xcode provides clang and don't install our own env: ENABLE_MASON=ON BUILD_TYPE='Release' CUCUMBER_TIMEOUT=60000 CCOMPILER='clang' CXXCOMPILER='clang++' ENABLE_ASSERTIONS=ON