From c631f09a1a2a2e86bcefe651bf9ab3a66e6fe3a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20von=20der=20Gr=C3=BCn?= Date: Thu, 7 Nov 2019 12:14:01 +0100 Subject: [PATCH] Update Xcode versions used in CI to latest minor release --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index ba8e1e158..17280f586 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,16 +3,16 @@ sudo: false matrix: include: - # Run one test with Xcode 9.x, the rest with 10.1 - - osx_image: xcode9.3 + # Run one test with Xcode 9.x, the rest with 10.x + - osx_image: xcode9.4 env: TRAVIS_NODE_VERSION=10 - - osx_image: xcode10.1 + - osx_image: xcode10.3 env: TRAVIS_NODE_VERSION=6 - - osx_image: xcode10.1 + - osx_image: xcode10.3 env: TRAVIS_NODE_VERSION=8 - - osx_image: xcode10.1 + - osx_image: xcode10.3 env: TRAVIS_NODE_VERSION=10 - - osx_image: xcode10.1 + - osx_image: xcode10.3 env: TRAVIS_NODE_VERSION=12 before_install: