add toolchain repo for travis

This commit is contained in:
Patrick von Reth 2015-09-07 14:23:56 +02:00
parent cfac8169e9
commit 096b554a9c
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ before_install: |-
fi fi
if [ "$TRAVIS_OS_NAME" == "linux" ] if [ "$TRAVIS_OS_NAME" == "linux" ]
then then
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo add-apt-repository -y ppa:beineri/opt-qt532 sudo add-apt-repository -y ppa:beineri/opt-qt532
sudo add-apt-repository -y ppa:kubuntu-ppa/backports sudo add-apt-repository -y ppa:kubuntu-ppa/backports
sudo apt-get -qq update sudo apt-get -qq update