Shold fix travis script

This commit is contained in:
xawotihs
2017-09-03 12:49:31 +02:00
parent 9936962c56
commit 48ec51a923

View File

@@ -62,7 +62,7 @@ before_install:
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test &&
sudo apt-get -qq update &&
sudo apt-get -qq install g++-4.8 &&
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 &&
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90;
fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew update &&