run gradle in travis

This commit is contained in:
Anton Keks 2018-12-03 00:10:55 +02:00
parent 0efe035cb1
commit 5fd4bfdb2d

View File

@ -7,4 +7,4 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq rpm wine fakeroot
script: xvfb-run -a ant all
script: xvfb-run -a ./gradle test all