From c0f6cfcfb5796cfd0759b6461131aa879588af5b Mon Sep 17 00:00:00 2001 From: Alek Mosingiewicz Date: Thu, 16 Aug 2018 21:18:05 +0200 Subject: [PATCH] Travis - update clang compiler. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 649dc4c7..923d74f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,7 @@ matrix: - os: osx compiler: clang osx_image: xcode9.4 + env: COMPILER="clang-5.0" - os: osx compiler: clang osx_image: xcode9.4 @@ -51,6 +52,7 @@ env: before_install: - if [ "${GCC_VER}" != "" ]; then export CXX="g++-$GCC_VER" CC="gcc-$GCC_VER" GCOV="gcov-$GCC_VER" ; fi + - if [ "${COMPILER}" != "" ]; then export CXX=${COMPILER} ; fi - pip install --user cpp-coveralls script: