mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix travis
This commit is contained in:
parent
732982ed97
commit
6ab80c6b41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user