chore: 🤖 Removed .travis and .editorconfig

pull/1580/head
Dominik Frantisek Bucik 2021-12-06 14:48:23 +01:00
parent e07cfc1e1a
commit 1a038f5f9e
No known key found for this signature in database
GPG Key ID: 25014C8DB2E7E62D
2 changed files with 0 additions and 20 deletions

View File

@ -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

View File

@ -1,6 +0,0 @@
language: java
dist: xenial
jdk:
- openjdk8
after_success:
- bash <(curl -s https://codecov.io/bash)