Merge pull request #101 from dBucik/del

chore: 🤖 Removed .travis and .editorconfig
pull/1580/head
Dominik František Bučík 2021-12-06 14:51:21 +01:00 committed by GitHub
commit cc76258a3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)