travis-ci: Switch to Qt 5.4.2 ppa.

This commit is contained in:
Felix Geyer 2015-09-12 21:46:15 +02:00
parent 3dd98deecc
commit 82aa02a980

View File

@ -6,7 +6,7 @@ compiler:
- clang
language: cpp
before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo add-apt-repository -y ppa:beineri/opt-qt541; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo add-apt-repository -y ppa:beineri/opt-qt542; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CXX" == "g++" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get -qq update; fi