Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
renbinden committed Feb 13, 2014
1 parent 2a1fee5 commit 2c2acd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
language: java

0 comments on commit 2c2acd8

Please sign in to comment.