Create .travis.yml

This allows travis to successfully build the application.
As it stands, Travis will attempt to build the project as a ruby project, making every build fail.
This commit is contained in:
Lucariatias 2014-02-13 21:09:58 +00:00
parent 2a1fee5d71
commit 2c2acd86a6
1 changed files with 1 additions and 0 deletions

1
.travis.yml Normal file
View File

@ -0,0 +1 @@
language: java