1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Fix travis

This commit is contained in:
Zetok Zalbavar 2015-10-14 13:17:13 +01:00
parent 732982ed97
commit 6ab80c6b41
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -7,7 +7,7 @@ sudo: true
before_install:
# Qt >= 5.2
- sudo add-apt-repository -y ppa:beineri/opt-qt541
- sudo add-apt-repository -y ppa:beineri/opt-qt542
# GCC >=4.8
- if [ "$CXX" == "g++" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
- if [ "$CXX" == "clang++" ]; then sudo add-apt-repository -y ppa:h-rayflood/llvm; fi