Fix in travis.yml.

This commit is contained in:
King_DuckZ 2015-07-24 22:35:54 +02:00
parent 638f1bef55
commit 9b107d6e82
1 changed files with 2 additions and 0 deletions

View File

@ -14,3 +14,5 @@ addons:
- cmake
sudo: false
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi