Skip to content

Commit

Permalink
Add travis wait.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakag committed Dec 22, 2019
1 parent d22c006 commit 76343ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 76343ec

Please sign in to comment.