Add a travis.yml so Travis doesn't think this is a ruby project

lolwut
This commit is contained in:
R. Tyler Croy 2015-09-03 14:44:30 -07:00
parent 5ae49a3332
commit b251f98600
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 6 additions and 0 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: java
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.gradle