diff --git a/.travis.yml b/.travis.yml index c7d027f9..57242a48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,7 +85,7 @@ matrix: - make cmakebuild - name: static analyzer scanbuild # ~26mn - dist: trusty # note : it's important to pin down a version of static analyzer, since newer versions find different false positives + dist: trusty # note : it's important to pin down a version of static analyzer, since different versions report different false positives script: - make staticAnalyze @@ -123,7 +123,7 @@ matrix: - name: mingw cross-compilation script : - sudo update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix; - - CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ make + - CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ CFLAGS="-Werror -O1" make zstd - name: Valgrind + Fuzz Test Stack Mode # ~ 7mn script: