From a0aa6ad2b2d7f58682f549ea5ca2496578f5267c Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 28 Mar 2017 20:42:12 +0200 Subject: [PATCH 1/2] :construction_worker: added Xcode 8.3 https://blog.travis-ci.com/2017-03-28-xcode-83-ga-is-here --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index dcf7b6a29..8b9ba53ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -148,6 +148,9 @@ matrix: - os: osx osx_image: xcode8.2 + - os: osx + osx_image: xcode8.3 + # Linux / GCC - os: linux From 19cd206d99756bb8aebb284a0d984677dc39faa6 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 28 Mar 2017 21:39:16 +0200 Subject: [PATCH 2/2] :memo: documented Xcode 8.3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e23e3c94a..803234d8d 100644 --- a/README.md +++ b/README.md @@ -744,6 +744,7 @@ The following compilers are currently used in continuous integration at [Travis] | Clang Xcode 8.0 | Darwin Kernel Version 15.6.0 | 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) | | Clang Xcode 8.2 | Darwin Kernel Version 16.1.0 (macOS 10.12.1) | Apple LLVM version 8.0.0 (clang-800.0.42.1) | +| Clang Xcode 8.3 | Darwin Kernel Version 16.5.0 (macOS 10.12.4) | Apple LLVM version 8.1.0 (clang-802.0.38) | | Visual Studio 14 2015 | Windows Server 2012 R2 (x64) | Microsoft (R) Build Engine version 14.0.25123.0 | | Visual Studio 2017 | Windows Server 2016 | Microsoft (R) Build Engine version 15.1.548.43366 |