From 5316f0fff24e1f75c83dadf1bd91be8d51e99dc6 Mon Sep 17 00:00:00 2001 From: Niels Date: Wed, 16 Nov 2016 06:42:26 +0100 Subject: [PATCH 1/3] :apple: added Xcode 8.1 build for travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1325e43e..a9bd4f53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -128,6 +128,9 @@ matrix: - os: osx osx_image: xcode8 + - os: osx + osx_image: xcode8.1 + # Linux / GCC - os: linux From 56671a88c6e78b1ec8f31850940126924fe4a770 Mon Sep 17 00:00:00 2001 From: Niels Date: Wed, 16 Nov 2016 08:01:48 +0100 Subject: [PATCH 2/3] :apple: removed Xcode 8.0 due to repeated problems --- .travis.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a9bd4f53..b63ea458 100644 --- a/.travis.yml +++ b/.travis.yml @@ -179,9 +179,9 @@ matrix: env: LLVM_VERSION=3.7.1 compiler: clang - - os: linux - env: LLVM_VERSION=3.8.0 - compiler: clang + #- os: linux + # env: LLVM_VERSION=3.8.0 + # compiler: clang - os: linux env: LLVM_VERSION=3.8.1 diff --git a/README.md b/README.md index 4bcbe97f..008c8304 100644 --- a/README.md +++ b/README.md @@ -430,7 +430,7 @@ The following compilers are currently used in continuous integration at [Travis] | Clang Xcode 7.1 | Darwin Kernel Version 14.5.0 (OSX 10.10.5) | Apple LLVM version 7.0.0 (clang-700.1.76) | | Clang Xcode 7.2 | Darwin Kernel Version 15.0.0 (OSX 10.10.5) | Apple LLVM version 7.0.2 (clang-700.1.81) | | Clang Xcode 7.3 | Darwin Kernel Version 15.0.0 (OSX 10.10.5) | Apple LLVM version 7.3.0 (clang-703.0.29) | -| Clang Xcode 8.0 | Darwin Kernel Version 15.6.0 (OSX 10.11.6) | Apple LLVM version 8.0.0 (clang-800.0.38) | +| Clang Xcode 8.1 | Darwin Kernel Version 16.1.0 (macOS 10.12.1) | Apple LLVM version 8.0.0 (clang-800.0.42.1) | | Visual Studio 14 2015 | Windows Server 2012 R2 (x64) | Microsoft (R) Build Engine version 14.0.25123.0 | From 425b9834a8035bb5fd93420fbdd4d31d919cc472 Mon Sep 17 00:00:00 2001 From: Niels Date: Wed, 16 Nov 2016 08:25:08 +0100 Subject: [PATCH 3/3] :bug: removed the wrong compiler --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b63ea458..f3d9deea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -125,8 +125,8 @@ matrix: - os: osx osx_image: xcode7.3 - - os: osx - osx_image: xcode8 + #- os: osx + # osx_image: xcode8 - os: osx osx_image: xcode8.1 @@ -179,9 +179,9 @@ matrix: env: LLVM_VERSION=3.7.1 compiler: clang - #- os: linux - # env: LLVM_VERSION=3.8.0 - # compiler: clang + - os: linux + env: LLVM_VERSION=3.8.0 + compiler: clang - os: linux env: LLVM_VERSION=3.8.1