Travis - restore clang compiler option.

This commit is contained in:
Alek Mosingiewicz 2018-08-16 22:15:55 +02:00
parent 81103036dd
commit 4f35a6144c

View File

@ -40,6 +40,7 @@ matrix:
- os: osx
compiler: clang
osx_image: xcode9.4
env: COMPILER="clang-6.0"
- os: osx
compiler: clang
osx_image: xcode9.4
@ -53,6 +54,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" CC="$COMPILER" ; fi
- pip install --user cpp-coveralls
script: