1

Add Travis support

This commit is contained in:
2018-05-05 19:32:47 +03:00
parent 408e4cf53b
commit 361f0998c6

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
language: groovy
jdk:
- oraclejdk8
script: "./gradlew --stacktrace --info check"
branches:
only:
- "master"
cache:
directories:
- $HOME/.m2
- $HOME/.gradle