Update .gitlab-ci.yml to run gradle build

refs #51
This commit is contained in:
Fabian Becker 2015-12-10 19:08:56 +01:00
parent ff60383a38
commit 017cb1a9b4

View File

@ -0,0 +1,11 @@
test:
script:
- uname -a
- "gradle test --info"
tags:
- java
- gradle
cache:
paths:
- ".gradle/"