travis: use gcc5 for debug build

fix build with UBSan
This commit is contained in:
derselbst 2017-10-20 12:28:02 +02:00
parent 4b9405a4ce
commit a8b840f393
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,6 @@ env:
- CMAKE_FLAGS="-Denable-floats=1 -Denable-profiling=1"
- CMAKE_FLAGS="-Denable-trap-on-fpe=1"
- CMAKE_FLAGS="-Denable-fpe-check=1"
- CMAKE_FLAGS="-Denable-debug=1"
matrix:
include:
- os: linux
@ -75,6 +74,7 @@ matrix:
- libglib2.0-0
env:
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
- CMAKE_FLAGS="-Denable-debug=1"
# works on Precise and Trusty
- os: linux