From 86d9215235c763759ab2f0bacbb43e0e087b0cc5 Mon Sep 17 00:00:00 2001
From: William Cheng <wing328hk@gmail.com>
Date: Tue, 8 Oct 2019 22:04:10 +0800
Subject: [PATCH] comment out qt5 installation

---
 .travis.yml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8f0ffe389d6..50ec571010b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -97,11 +97,12 @@ before_install:
   # install valgrind for C++ memory test
   - sudo apt-get install valgrind
   # install Qt 5.10
-  - sudo add-apt-repository --yes ppa:beineri/opt-qt-5.10.1-trusty
-  - sudo apt-get update -qq
-  - sudo apt-get install qt510-meta-minimal
-  - source /opt/qt510/bin/qt510-env.sh
-  - qmake -v
+  # comment out the following due to failure in downloading http://ppa.launchpad.net/beineri/opt-qt-5.10.1-trusty/ubuntu/dists/xenial/main/binary-amd64/Packages
+  #- sudo add-apt-repository --yes ppa:beineri/opt-qt-5.10.1-trusty
+  #- sudo apt-get update -qq
+  #- sudo apt-get install qt510-meta-minimal
+  #- source /opt/qt510/bin/qt510-env.sh
+  #- qmake -v
 
   # show host table to confirm petstore.swagger.io is mapped to localhost
   - cat /etc/hosts
-- 
GitLab