From 48ec51a92348230fe4195510f08c22eb973d1eb4 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Sun, 3 Sep 2017 12:49:31 +0200 Subject: [PATCH] Shold fix travis script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 57bb9e1ab..a441d8fe4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 &&