mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-28 09:14:18 -04:00
travis-ci: Switch to Qt 5.4.2 ppa.
This commit is contained in:
parent
3dd98deecc
commit
82aa02a980
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue