From a0aa6ad2b2d7f58682f549ea5ca2496578f5267c Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 28 Mar 2017 20:42:12 +0200 Subject: [PATCH] :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 dcf7b6a2..8b9ba53e 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