Fix in travis.yml.
This commit is contained in:
parent
638f1bef55
commit
9b107d6e82
1 changed files with 2 additions and 0 deletions
|
@ -14,3 +14,5 @@ addons:
|
|||
- cmake
|
||||
|
||||
sudo: false
|
||||
install:
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||
|
|
Loading…
Reference in a new issue