From 14a8e72c7b390a040194cf644e6f5f08c48bd632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20=C5=9Awi=C4=85tkowski?= Date: Tue, 2 Jan 2018 12:36:13 +0100 Subject: [PATCH] Build MacOS release with XCode 7.3 image 7.3 is the oldest image available on TravisCI that works. Older 6.4 version does not play well with Enchant, resulting in a build error. This could probably be averted by trying to build with 6.4 and without Enchant support, but I'm not sure if it's worth it. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 90555f1..b557799 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: cpp os: - osx +osx_image: xcode7.3 sudo: required install: - if [ "$TRAVIS_OS_NAME" = "osx" ]; then bash package/prepare_osx.sh; fi