summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-12-19 01:51:46 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-12-20 00:14:20 +0100
commitc9807392532402e3f6b5e55428956ecd4c7ef5a5 (patch)
tree379067943d21421040176ac61b1f344e50eb9f3f /.travis.yml
parent9373585e4ec08bb3fede0cfe5838ccab1e3235e0 (diff)
.travis.yml: Always use osx_image xcode11
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3692647158..6a29b9ae6b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -72,6 +72,7 @@ jobs:
- name: OSX/clang/SCons build
os: osx
+ osx_image: xcode11
compiler: clang
cache:
directories:
@@ -107,6 +108,7 @@ jobs:
- name: OSX/clang/CMake build
os: osx
+ osx_image: xcode11
compiler: clang
cache:
ccache: true