mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 22:23:21 -04:00
delete old circle.yml and old .editorconfig (standard!)
This commit is contained in:
parent
761fe16f86
commit
adb02a2457
@ -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…
x
Reference in New Issue
Block a user