aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-08-06 09:12:44 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-08-06 09:12:44 +0200
commit8bc01ff60629d9096f4b57cfb574ace672a6ef0e (patch)
treef7b83888c6529924ac239911523ebaf44077853b /.travis.yml
parent7e91c6a59858325593093c046c213c6bd4e7e4f3 (diff)
downloaddabmod-8bc01ff60629d9096f4b57cfb574ace672a6ef0e.tar.gz
dabmod-8bc01ff60629d9096f4b57cfb574ace672a6ef0e.tar.bz2
dabmod-8bc01ff60629d9096f4b57cfb574ace672a6ef0e.zip
Travis CI: switch to Xcode9.4
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 0fabce5..deea841 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,12 +5,12 @@ matrix:
# Clang on OSX
- env: MATRIX_EVAL="" CONF="--disable-output-uhd"
os: osx
- osx_image: xcode9.1
+ osx_image: xcode9.4
compiler: clang
- env: MATRIX_EVAL="" CONF=""
os: osx
- osx_image: xcode9.1
+ osx_image: xcode9.4
compiler: clang
# GCC and clang builds on Linux