Browse Source

Play with config file for build bot

Panagiotis Christopoulos Charitos 10 years ago
parent
commit
47fb7e43ba
1 changed files with 2 additions and 3 deletions
  1. 2 3
      .travis.yml

+ 2 - 3
.travis.yml

@@ -10,9 +10,8 @@ addons:
       - g++-4.8
       - g++-4.8
       - cmake
       - cmake
 
 
-env:
-  - CC=gcc-4.8
-  - CXX=g++4.8
+install:
+  - export CC=gcc-4.8 && export CXX=g++4.8
 
 
 script:
 script:
   - cd build
   - cd build