Sfoglia il codice sorgente

Attempt to fix the build

Panagiotis Christopoulos Charitos 5 anni fa
parent
commit
e8851fa38f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -34,7 +34,7 @@ matrix:
       dist: xenial
       dist: xenial
       compiler: gcc
       compiler: gcc
       env:
       env:
-        - GENERATOR="Unix Makefiles" BUILD_TYPE=Debug EXTRA_CHECKS=ON TRACE=ON TOOLS=ON TESTS=ON
+        - GENERATOR="Unix Makefiles" BUILD_TYPE=Debug EXTRA_CHECKS=ON TRACE=ON TOOLS=ON TESTS=ON CC=gcc-6 CXX=g++-6
         - GENERATOR="Unix Makefiles" BUILD_TYPE=Release EXTRA_CHECKS=OFF TRACE=OFF TOOLS=ON TESTS=ON
         - GENERATOR="Unix Makefiles" BUILD_TYPE=Release EXTRA_CHECKS=OFF TRACE=OFF TOOLS=ON TESTS=ON
     - os: linux
     - os: linux
       dist: xenial
       dist: xenial