Update .travis.yml to match new PPA repositories

After the Qt 5.6.1 release, Stephan renamed the repository.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Thiago Macieira
2016-07-08 11:01:23 -07:00
parent e2d5dd563e
commit f2acf3cf40
+1 -1
View File
@@ -6,7 +6,7 @@ env:
- CFLAGS="-O0 -g" QMAKEFLAGS="-config debug" PATH=/opt/qt56/bin:/usr/local/opt/qt5/bin:$PATH
install:
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
sudo apt-add-repository -y ppa:beineri/opt-qt56;
sudo apt-add-repository -y ppa:beineri/opt-qt561;
sudo apt-add-repository -y ppa:ubuntu-toolchain-r/test;
sudo apt-get update -qq;
sudo apt-get install -y qt56base valgrind g++-5;