Use macOS xcode10.1 image in Travis

This commit is contained in:
Florian Märkl 2018-12-21 20:48:39 +01:00
parent 350825849b
commit f1f8f10610

View File

@ -16,8 +16,10 @@ matrix:
- os: linux
env: BUILD_SYSTEM=cmake
- os: osx
osx_image: xcode10.1
env: BUILD_SYSTEM=qmake DEPLOY=1
- os: osx
osx_image: xcode10.1
env: BUILD_SYSTEM=cmake
sudo: required