Archived
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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user