mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
delete old circle.yml and old .editorconfig (standard!)
This commit is contained in:
parent
761fe16f86
commit
adb02a2457
2 changed files with 0 additions and 30 deletions
|
@ -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
|
14
circle.yml
14
circle.yml
|
@ -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
|
Loading…
Reference in a new issue