From 3c1979a1fc4fcfa7218657ce99ccf90445e568ba Mon Sep 17 00:00:00 2001 From: Frederick Thomssen Date: Thu, 7 Apr 2016 14:27:57 +0200 Subject: [PATCH] Fix Travis build --- .travis.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 45528d0..595aafc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,21 +11,13 @@ env: - QT_BASE=56 before_install: - - if [ "$QT_BASE" = "51" ]; then sudo add-apt-repository ppa:beineri/opt-qt511-trusty -y; fi - - if [ "$QT_BASE" = "52" ]; then sudo add-apt-repository ppa:beineri/opt-qt521-trusty -y; fi - - if [ "$QT_BASE" = "53" ]; then sudo add-apt-repository ppa:beineri/opt-qt532-trusty -y; fi - - if [ "$QT_BASE" = "54" ]; then sudo add-apt-repository ppa:beineri/opt-qt542-trusty -y; fi - if [ "$QT_BASE" = "55" ]; then sudo add-apt-repository ppa:beineri/opt-qt551-trusty -y; fi - if [ "$QT_BASE" = "56" ]; then sudo add-apt-repository ppa:beineri/opt-qt56-trusty -y; fi - sudo apt-get update -qq install: - - if [ "$QT_BASE" = "51" ]; then sudo apt-get install -qq qt51base qt51quickcontrols; source /opt/qt51/bin/qt51-env.sh; fi - - if [ "$QT_BASE" = "52" ]; then sudo apt-get install -qq qt52base qt52quickcontrols; source /opt/qt52/bin/qt52-env.sh; fi - - if [ "$QT_BASE" = "53" ]; then sudo apt-get install -qq qt53base qt53quickcontrols; source /opt/qt53/bin/qt53-env.sh; fi - - if [ "$QT_BASE" = "54" ]; then sudo apt-get install -qq qt54base qt54quickcontrols; source /opt/qt54/bin/qt54-env.sh; fi - - if [ "$QT_BASE" = "55" ]; then sudo apt-get install -qq qt55base qt55quickcontrols; source /opt/qt55/bin/qt55-env.sh; fi - - if [ "$QT_BASE" = "56" ]; then sudo apt-get install -qq qt56base qt56quickcontrols2; source /opt/qt56/bin/qt56-env.sh; fi + - if [ "$QT_BASE" = "55" ]; then sudo apt-get install -qq qt55base qt55quickcontrols qt55svg; source /opt/qt55/bin/qt55-env.sh; fi + - if [ "$QT_BASE" = "56" ]; then sudo apt-get install -qq qt56base qt56quickcontrols2 qt56svg; source /opt/qt56/bin/qt56-env.sh; fi script: - cd qtredmine