URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e6335c9dd13619e2a6227b2e8cf8b06cf44c818f
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
e6335c9 by Peter Wu (peter@xxxxxxxxxxxxx):
    travis: avoid aborting the build on slow Qt installations
    
    Periodically report the installation status to avoid aborting the
    installation on slow Qt installations (possibly due to slow network?).
    
    Change-Id: I6b8b8db49f2268d557a5ca2e7b1f08b6ea801fd9
    Reviewed-on: https://code.wireshark.org/review/32022
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    (cherry picked from commit 0c00b1666f2bb74120f8fbaa38a347bf0114bef5)
    Reviewed-on: https://code.wireshark.org/review/34687
    
Actions performed:
    from  ea955a5   test: add support for pytest 5.2.0
     add  e6335c9   travis: avoid aborting the build on slow Qt installations
Summary of changes:
 .travis.yml                        |  9 +-------
 tools/report-progress.sh           | 46 ++++++++++++++++++++++++++++++++++++++
 tools/travis-install-qt-windows.sh | 27 ++++++++++++++++++++++
 3 files changed, 74 insertions(+), 8 deletions(-)
 create mode 100755 tools/report-progress.sh
 create mode 100755 tools/travis-install-qt-windows.sh