Wireshark-commits: [Wireshark-commits] master 0c00b16: travis: avoid aborting the build on slow Qt

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 15 Feb 2019 10:01:59 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0c00b1666f2bb74120f8fbaa38a347bf0114bef5
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

0c00b16 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>
    

Actions performed:

    from  b658de2   Rename our .asciidoc files to .adoc
     add  0c00b16   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