Add Travis CI build configuration file.

This commit is contained in:
John Blum
2018-04-03 12:36:16 -07:00
parent 17c27bfa3b
commit a49e7e72f4

16
.travis.yml Normal file
View File

@@ -0,0 +1,16 @@
language: java
os:
- linux
jdk:
- oraclejdk8
script: ./gradlew build
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/