Browse Source

Also use g++-4.8

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

+ 1
- 0
.travis.yml View File

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

Loading…
Cancel
Save