From 2c2acd86a66ab294d247734817024872fcacab97 Mon Sep 17 00:00:00 2001 From: Lucariatias Date: Thu, 13 Feb 2014 21:09:58 +0000 Subject: [PATCH] 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. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..dff5f3a --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: java