[DEBUG] missing then in travis file
This commit is contained in:
parent
9e2099b870
commit
35aa535a6d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user