diff options
author | Unknown <dscdsouza@outlook.com> | 2017-10-29 20:01:54 -0400 |
---|---|---|
committer | Unknown <dscdsouza@outlook.com> | 2017-10-29 20:01:54 -0400 |
commit | 531db36c59167ec1f576076d8c9d229e4bcd9cd1 (patch) | |
tree | 705db69c850e9da601fb6ba11cf13702b3337f05 | |
parent | Update readme (diff) | |
download | shulker-531db36c59167ec1f576076d8c9d229e4bcd9cd1.tar.gz shulker-531db36c59167ec1f576076d8c9d229e4bcd9cd1.zip |
Remove CI
remove CI as it doesn't really do much
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 5 | ||||
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | circle.yml | 3 |
3 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a8d3a42..0000000 --- a/.travis.yml +++ /dev/null @@ -1,5 +0,0 @@ - -language: node_js -node_js: - - 6 -sudo: required diff --git a/README.md b/README.md index aa4811b..3518e9d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # shulker -[![Build Status](https://david-dm.org/destruc7i0n/shulker.svg)](https://david-dm.org/destruc7i0n/shulker) -[![Circle CI](https://circleci.com/gh/destruc7i0n/shulker.svg?style=shield)](https://circleci.com/gh/destruc7i0n/shulker) - > Connects [Discord](https://discordapp.com/) and [Minecraft](https://minecraft.net) Servers by sending messages back and forth without any mods or plugins. ## In Action diff --git a/circle.yml b/circle.yml deleted file mode 100644 index e7d7b8b..0000000 --- a/circle.yml +++ /dev/null @@ -1,3 +0,0 @@ -machine: - node: - version: 0.12.7 |