aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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 321c3325f..8aacbb8b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -134,9 +134,9 @@ matrix:
# Latest clang on Mac OS X
- os: osx
- osx_image: xcode8
+ osx_image: xcode9.4
env:
- - MATRIX_EVAL="CONFIG=gcc && CC=gcc-7 && CXX=g++-7"
+ - MATRIX_EVAL="CONFIG=clang && CC=clang && CXX=clang++"
before_install:
- ./.travis/setup.sh