Browse Source

gcc headaches

Thomas Buck 11 years ago
parent
commit
4672dd47a1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

18
 
18
 
19
 before_script:
19
 before_script:
20
     - if [ "$CC" = "gcc" ]; then export CC="gcc-4.8"; fi
20
     - if [ "$CC" = "gcc" ]; then export CC="gcc-4.8"; fi
21
-    - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8"; fi
21
+    - if [ "$CXX" = "g++" ]; then export CXX="gcc-4.8"; fi
22
 
22
 
23
 script:
23
 script:
24
     - (mkdir build && cd build && cmake .. && make)
24
     - (mkdir build && cd build && cmake .. && make)

Loading…
Cancel
Save