Travis - update clang compiler.

This commit is contained in:
Alek Mosingiewicz 2018-08-16 21:18:05 +02:00
parent 472e396ba9
commit c0f6cfcfb5

View File

@ -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: