From ec416277e91295f50ee32a2f221fdc6769a51163 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Tue, 12 Feb 2019 11:19:33 +0100 Subject: [PATCH] Travis: use newer Xcode image --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e93f2c89..0ffd5f7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ compiler: - gcc - clang language: c +osx_image: xcode10.1 before_install: # When building the coverity_scan branch, allow only the first job to continue to avoid travis-ci/travis-ci#1975. - if [[ "${TRAVIS_BRANCH}" == "coverity_scan" && ! "${TRAVIS_JOB_NUMBER}" =~ \.1$ ]]; then exit 0; fi -- 2.11.0