gcc-6 only, not 7 yet

This commit is contained in:
Jason Turner 2017-05-31 14:44:14 -06:00
parent ab90c61710
commit 562ca5aee6

View File

@ -37,10 +37,6 @@ matrix:
sudo: false
env: GCC_VER="6" CPPCHECK=1 COVERAGE=1 CMAKE_OPTIONS="-D RUN_FUZZY_TESTS:BOOL=TRUE"
compiler: gcc
- os: linux
sudo: false
env: GCC_VER="7" CPPCHECK=1 COVERAGE=1 CMAKE_OPTIONS="-D RUN_FUZZY_TESTS:BOOL=TRUE"
compiler: gcc
- os: osx
compiler: clang
osx_image: xcode8