Add travis.yml file to project

This commit is contained in:
Jonathan Leitschuh 2017-05-01 11:47:42 -04:00
parent ec7a251c09
commit 910ac37716
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: java
script: ./gradlew build --no-daemon
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/s