Skip to content

Commit

Permalink
try to build under Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Graff committed May 17, 2017
1 parent 192281a commit 9e67042
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: java
jdk:
- oraclejdk8
sudo: false
install: gradle/installViaTravis.sh
script: gradle/buildViaTravis.sh
before_cache: gradle/prepCaches.sh
cache:
directories:
- $HOME/.gradle

0 comments on commit 9e67042

Please sign in to comment.