Browse Source

Play with config file for build bot

Panagiotis Christopoulos Charitos 10 years ago
parent
commit
d90b8fc95b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -12,7 +12,7 @@ addons:
 
 
 script:
 script:
   - cd build
   - cd build
-  - cmake .. -DANKI_BUILD_TOOLS=OFF -DCMAKE_CXX_COMPILER=`which g++4.8` -DCMAKE_C_COMPILER=`which gcc-4.8`
+  - cmake .. -DANKI_BUILD_TOOLS=OFF -DCMAKE_CXX_COMPILER=`which g++-4.8` -DCMAKE_C_COMPILER=`which gcc-4.8`
   - make -j 2
   - make -j 2
 
 
 branches:
 branches: