Fix in travis.yml.

This commit is contained in:
King_DuckZ 2015-07-24 22:35:54 +02:00
parent 638f1bef55
commit 9b107d6e82

View file

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