diff options
| -rwxr-xr-x | tests/travis/install-build-depends | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/travis/install-build-depends b/tests/travis/install-build-depends index 865b3a7b..ed238194 100755 --- a/tests/travis/install-build-depends +++ b/tests/travis/install-build-depends @@ -1,14 +1,13 @@ #!/bin/sh set -e +sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa sudo apt-get update -qq if [ "$QT_SELECT" = "qt4" ]; then sudo apt-get install -qq libqt4-dev else - sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa - sudo apt-get update -qq - sudo apt-get install qtbase5-dev + sudo apt-get install -qq qtbase5-dev fi case "$CONFIG" in |
