From a379fb3c4877c048c579c530da914f2806ff6d41 Mon Sep 17 00:00:00 2001 From: gnzlbg <gonzalobg88@gmail.com> Date: Mon, 29 Oct 2018 15:28:19 +0100 Subject: [PATCH] update osx builds to xcode10 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c2f9c073..cfa62f12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,10 +38,10 @@ matrix: - env: TARGET=i686-unknown-linux-gnu - os: osx env: TARGET=x86_64-apple-darwin NO_ADD=1 - osx_image: xcode9.4 + osx_image: xcode10 - os: osx env: TARGET=i686-apple-darwin - osx_image: xcode9.4 + osx_image: xcode10 - env: TARGET=arm-linux-androideabi - env: TARGET=aarch64-linux-android # FIXME(#826) should reenable -- GitLab