Run gradle build with xvfb wrapper on Travis CI.

This commit is contained in:
Fedor Isakov 2019-07-30 15:39:02 +02:00
parent d1ac4a0b5e
commit 1c05a613dc
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ jdk: openjdk11
install: true
script:
- mvn -Dmaven.javadoc.skip=true -B -f reactor install
- ./gradlew check
- xvfb-run ./gradlew check
after_failure:
- for f in `find . -name 'TEST*xml'`; do echo $f && cat "$f" && echo "."; done
deploy: