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.
This commit is contained in:
Paweł Świątkowski 2018-01-02 12:36:13 +01:00
parent d32ee37e84
commit 14a8e72c7b

View file

@ -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