Update GCC_VER in travis configuration.

This commit is contained in:
Alek Mosingiewicz 2018-08-16 16:31:05 +02:00
parent 8ad2abd42b
commit 6c3b18e10e

View File

@ -29,11 +29,11 @@ matrix:
#compiler: gcc #compiler: gcc
- os: linux - os: linux
sudo: false sudo: false
env: GCC_VER="5" CPPCHECK=1 CMAKE_OPTIONS="-D RUN_FUZZY_TESTS:BOOL=TRUE" env: GCC_VER="7" CPPCHECK=1 CMAKE_OPTIONS="-D RUN_FUZZY_TESTS:BOOL=TRUE"
compiler: gcc compiler: gcc
- os: linux - os: linux
sudo: false sudo: false
env: GCC_VER="6" CPPCHECK=1 COVERAGE=1 CMAKE_OPTIONS="-D RUN_FUZZY_TESTS:BOOL=TRUE" env: GCC_VER="8" CPPCHECK=1 COVERAGE=1 CMAKE_OPTIONS="-D RUN_FUZZY_TESTS:BOOL=TRUE"
compiler: gcc compiler: gcc
- os: osx - os: osx
compiler: clang compiler: clang