diff --git a/.travis.yml b/.travis.yml index 8ca442fd..a8b3d7c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 3820x2160x24" script: - - mvn -B -P 2019-09 clean install -Dtycho.disableP2Mirrors=true + - travis_wait mvn -B -P 2019-09 clean install -Dtycho.disableP2Mirrors=true after_success: - mvn -B -P 2019-09 jacoco:report coveralls:report