Travis - remove (perhaps unnecessary) compiler option.

This commit is contained in:
Alek Mosingiewicz 2018-08-16 21:57:23 +02:00
parent 7e04826123
commit 81103036dd

View File

@ -40,7 +40,6 @@ matrix:
- os: osx - os: osx
compiler: clang compiler: clang
osx_image: xcode9.4 osx_image: xcode9.4
env: COMPILER="clang-6.0"
- os: osx - os: osx
compiler: clang compiler: clang
osx_image: xcode9.4 osx_image: xcode9.4
@ -54,7 +53,6 @@ env:
before_install: before_install:
- if [ "${GCC_VER}" != "" ]; then export CXX="g++-$GCC_VER" CC="gcc-$GCC_VER" GCOV="gcov-$GCC_VER" ; fi - 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 - pip install --user cpp-coveralls
script: script: