[Travis-CI] rollback to XCode 7.4

This commit is contained in:
lasconic 2018-12-03 12:46:29 +01:00
parent 6c5787c9b0
commit 416e641dd0
2 changed files with 2 additions and 1 deletions

View file

@ -109,7 +109,7 @@ matrix:
# 5th parallel build job - mac osx build
- env: "JOB=MacOSX"
os: osx
osx_image: xcode10.1
osx_image: xcode7.3
#cache:
# directories:
# - /usr/local/Cellar

View file

@ -1,5 +1,6 @@
#!/bin/bash
cmake --version
export QT_SHORT_VERSION=5.9
export QT_LONG_VERSION=5.9.3
export QT_INSTALLER_ROOT=qt-opensource-mac-x64-clang-${QT_LONG_VERSION}