summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-04-18 15:54:52 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-04-18 15:54:52 +0200
commite5984a69282211b3144d087aaf6b6fc41eef0117 (patch)
tree097010d85c3642b0f2d5a5e32ea304e0726804e3 /.travis.yml
parent863b59c6c12eac8dc9c0c86607f2b64b08cb2a0f (diff)
parent9adf8a97abb12673b85dbd3338cc215e65c06549 (diff)
Merge branch 'master' of github.com:mixxxdj/mixxx into migrate-to-QJSEngine
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 1f773cd501..23a8f3f21d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -91,7 +91,8 @@ jobs:
- name: OSX/clang/SCons build
os: osx
- osx_image: xcode11
+ # The XCode version should match that on the build server!
+ osx_image: xcode9.4
compiler: clang
cache:
directories:
@@ -127,7 +128,8 @@ jobs:
- name: OSX/clang/CMake build
os: osx
- osx_image: xcode11
+ # The XCode version should match that on the build server!
+ osx_image: xcode9.4
compiler: clang
cache:
ccache: true