Simplified travis.yml

This commit is contained in:
ftk 2017-03-11 15:42:24 +03:00
parent f53a1ed951
commit 12829ee5d2

View File

@ -29,7 +29,7 @@ matrix:
compiler: gcc
- os: linux
sudo: false
env: GCC_VER="5"
env: GCC_VER="5" CPPCHECK=1 COVERAGE=1 CMAKE_OPTIONS="-D RUN_FUZZY_TESTS:BOOL=TRUE"
compiler: gcc
- os: osx
compiler: clang
@ -47,7 +47,6 @@ env:
before_install:
- if [ "${GCC_VER}" != "" ]; then export CXX="g++-$GCC_VER" CC="gcc-$GCC_VER" GCOV="gcov-$GCC_VER" ; fi
- if [ "${GCC_VER}" == "5" && "${BUILD_ONLY}" != "1"]; then export CPPCHECK=1 COVERAGE=1 CMAKE_OPTIONS+=" -D RUN_FUZZY_TESTS:BOOL=TRUE" ; fi
- pip install --user cpp-coveralls
script: