From 5d00c729720197638af7c8b2f936bd05916bc3a3 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sat, 24 Mar 2018 17:10:06 -0600 Subject: [PATCH] Disable Circle CI support for now When the PR gets merged to go-neb, this can be uncommented and implemented. --- src/db/NebStore.ts | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/db/NebStore.ts b/src/db/NebStore.ts index 367a347..18cf81f 100644 --- a/src/db/NebStore.ts +++ b/src/db/NebStore.ts @@ -22,11 +22,12 @@ export class NebStore { private static INTEGRATIONS_MODULAR_SUPPORTED = ["giphy", "guggy", "github", "google", "imgur", "rss", "travisci", "wikipedia"]; private static INTEGRATIONS = { - "circleci": { - name: "Circle CI", - avatarUrl: "/img/avatars/circleci.png", - description: "Announces build results from Circle CI to the room.", - }, + // TODO: Support Circle CI + // "circleci": { + // name: "Circle CI", + // avatarUrl: "/img/avatars/circleci.png", + // description: "Announces build results from Circle CI to the room.", + // }, "echo": { name: "Echo", avatarUrl: "/img/avatars/echo.png", // TODO: Make this image