Try to get gcc-5 (please travis, just work!)
This commit is contained in:
parent
891fa25675
commit
0c78771c3e
1 changed files with 3 additions and 3 deletions
|
@ -9,10 +9,10 @@ addons:
|
|||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- gcc-4.8
|
||||
- g++-4.8
|
||||
- gcc-5
|
||||
- g++-5
|
||||
- cmake
|
||||
|
||||
sudo: false
|
||||
install:
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi
|
||||
|
|
Loading…
Reference in a new issue