mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 08:39:17 +00:00
Add travis build config and update .gitignore
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
!.gitignore
|
!.gitignore
|
||||||
!.rubocop.yml
|
!.rubocop.yml
|
||||||
!.editorconfig
|
!.editorconfig
|
||||||
|
!.travis.yml
|
||||||
|
|
||||||
*~
|
*~
|
||||||
*.class
|
*.class
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
language: java
|
||||||
|
jdk:
|
||||||
|
- oraclejdk8
|
||||||
Reference in New Issue
Block a user