Explorar o código

wrong compiler in linux build

Former-commit-id: 2a7b0b936885ffb38bc4ea687670acc3cb9c52e8
Daniele Panozzo %!s(int64=9) %!d(string=hai) anos
pai
achega
4d03a324f8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -11,7 +11,7 @@ matrix:
         - cd python
         - mkdir build
         - cd build
-        - cmake ../
+        - cmake -DCMAKE_CXX_COMPILER=g++-4.8 ../
         - make -j 2
         - cd ../../
         - cd tutorial