Explorar el Código

Attempt to fix the build

Panagiotis Christopoulos Charitos hace 5 años
padre
commit
e8851fa38f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -34,7 +34,7 @@ matrix:
       dist: xenial
       compiler: gcc
       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
     - os: linux
       dist: xenial