Travis: Stop using GCC 4.7
This commit is contained in:
parent
245ca6ce40
commit
414ef85309
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue