chore: 🤖 Removed .travis and .editorconfig
parent
e07cfc1e1a
commit
1a038f5f9e
|
@ -1,14 +0,0 @@
|
|||
# EditorConfig is awesome: http://EditorConfig.org
|
||||
|
||||
# top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
# Unix-style newlines with a newline ending every file
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
# 4 space - Tab indentation
|
||||
[*.{java,xml,js,html}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
|
@ -1,6 +0,0 @@
|
|||
language: java
|
||||
dist: xenial
|
||||
jdk:
|
||||
- openjdk8
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
Loading…
Reference in New Issue