mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 09:29:00 +00:00
Travis: Stop using GCC 4.7
This commit is contained in:
parent
245ca6ce40
commit
414ef85309
@ -53,9 +53,6 @@ install:
|
||||
- if [ "$CXXSTD" == "1y" ]; then
|
||||
sudo apt-get install -qq g++-5;
|
||||
export CXX=g++-5;
|
||||
elif [ "$CXX" == "g++" ]; then
|
||||
sudo apt-get install -qq g++-4.7;
|
||||
export CXX=g++-4.7;
|
||||
fi
|
||||
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user