Merge pull request #287 from katafrakt/build-with-xcode7.3

Build MacOS release with XCode 7.3 image
This commit is contained in:
Olivier 2018-01-03 15:37:38 +01:00 committed by GitHub
commit fecfc17b05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
language: cpp
os:
- osx
osx_image: xcode7.3
sudo: required
install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then bash package/prepare_osx.sh; fi