[DEBUG] missing then in travis file

This commit is contained in:
Edouard DUPIN 2014-09-09 08:16:34 +02:00
parent 9e2099b870
commit 35aa535a6d

View File

@ -22,8 +22,8 @@ before_script:
- git submodule update
install:
- if [ "$CXX" == "g++" ]; sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y; fi
- if [ "$CXX" == "g++" ]; sudo apt-get update -qq; fi
- if [ "$CXX" == "g++" ]; then sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y; fi
- if [ "$CXX" == "g++" ]; then sudo apt-get update -qq; fi
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi