From 096b554a9c5aa1ed34424310a200c3eb13cdc454 Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Mon, 7 Sep 2015 14:23:56 +0200 Subject: [PATCH] add toolchain repo for travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2e3853c..d93162d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ before_install: |- fi if [ "$TRAVIS_OS_NAME" == "linux" ] 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:kubuntu-ppa/backports sudo apt-get -qq update