Shold fix travis script
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ before_install:
|
|||||||
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test &&
|
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test &&
|
||||||
sudo apt-get -qq update &&
|
sudo apt-get -qq update &&
|
||||||
sudo apt-get -qq install g++-4.8 &&
|
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
|
fi
|
||||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
||||||
brew update &&
|
brew update &&
|
||||||
|
|||||||
Reference in New Issue
Block a user