From 51d0a3ccf4b21607e07e4e53c5a016c817fc07c4 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 11 Dec 2016 16:59:27 +0100 Subject: [PATCH] .travis.yml: bump to xcode8 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index a70c331b..ef62ad07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,9 +39,13 @@ matrix: compiler: clang env: WAFOPTS="--with-target-platform=ios --disable-avcodec" AUBIO_NOTESTS=1 +# use trusty dist: trusty sudo: required +# use xcode8 +osx_image: xcode8 + addons: apt: packages: -- 2.11.0