From 531db36c59167ec1f576076d8c9d229e4bcd9cd1 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 29 Oct 2017 20:01:54 -0400 Subject: Remove CI remove CI as it doesn't really do much --- .travis.yml | 5 ----- README.md | 3 --- circle.yml | 3 --- 3 files changed, 11 deletions(-) delete mode 100644 .travis.yml delete mode 100644 circle.yml 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 -- cgit 1.4.1