delete old circle.yml and old .editorconfig (standard!)

This commit is contained in:
Romain Beaumont 2018-08-26 04:58:20 +02:00
parent 761fe16f86
commit adb02a2457
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286
2 changed files with 0 additions and 30 deletions

View file

@ -1,16 +0,0 @@
# Editorconfig
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.js]
indent_style = space
indent_size = 2
[{package.json}]
indent_style = space
indent_size = 2

View file

@ -1,14 +0,0 @@
machine:
environment:
MC_SERVER_JAR_DIR: /home/ubuntu/node-minecraft-protocol/minecraft-server/
node:
version: 6
java:
version: openjdk8
dependencies:
pre:
- mkdir minecraft-server
test:
override:
- npm test:
parallel: true