소스 검색

wrong compiler in linux build

Former-commit-id: 2a7b0b936885ffb38bc4ea687670acc3cb9c52e8
Daniele Panozzo 9 년 전
부모
커밋
4d03a324f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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