Use gcc-4.9 in travis tests
This commit is contained in:
parent
9f46d75b27
commit
9d4f397e39
|
@ -16,10 +16,10 @@ before_install:
|
|||
install:
|
||||
- if [ $TRAVIS_OS_NAME = linux ]; then
|
||||
if [ "$CXX" = "clang++" ]; then
|
||||
sudo apt-get install -y libstdc++-4.8-dev;
|
||||
sudo apt-get install -y libstdc++-4.9-dev;
|
||||
elif [ "$CXX" = "g++" ]; then
|
||||
sudo apt-get install -y g++-4.8;
|
||||
export CXX=g++-4.8;
|
||||
sudo apt-get install -y g++-4.9;
|
||||
export CXX=g++-4.9;
|
||||
fi;
|
||||
sudo apt-get install -y libncursesw5-dev;
|
||||
sudo apt-get install -y libboost-regex1.54-dev;
|
||||
|
|
Loading…
Reference in New Issue
Block a user