From 4e2f35d4c2d4ae1fcfa0e0d78530a7fc66b7c374 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 18 Sep 2018 19:22:30 +0200 Subject: [PATCH] :construction_worker: adding Xcode 10 worker See https://blog.travis-ci.com/2018-09-13-xcode-10-is-now-available?utm_source=twitter&utm_medium=web&utm_campaign=xcode10_gm --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e5f08353..91903e64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -161,6 +161,9 @@ matrix: - os: osx osx_image: xcode9.4 + - os: osx + osx_image: xcode10 + # Linux / GCC - os: linux