Add travis build config and update .gitignore

This commit is contained in:
Gary Tierney
2016-01-25 22:17:51 +00:00
parent 05a7838380
commit 4874ddaa90
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
!.gitignore
!.rubocop.yml
!.editorconfig
!.travis.yml
*~
*.class
+3
View File
@@ -0,0 +1,3 @@
language: java
jdk:
- oraclejdk8