From b8f3af1a1a5a384fe8be41546abe0cce35d62c8d Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Mon, 10 Feb 2020 23:16:05 +0000 Subject: [PATCH] chore: remove ipfs-pubsub-room from CI (#2765) It does not depend on IPFS or the HTTP client. https://github.com/ipfs-shipyard/ipfs-pubsub-room Looks like this was a recent change https://github.com/ipfs-shipyard/ipfs-pubsub-room/pull/73 --- .travis.yml | 6 ------ docs/RELEASE_ISSUE_TEMPLATE.md | 1 - 2 files changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8e7103ae1c..0858099c92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,6 @@ jobs: allow_failures: - name: external - ipfs-companion - name: external - npm-on-ipfs - - name: external - ipfs-pubsub-room - name: external - peer-base - name: external - service-worker-gateway - name: external - orbit-db @@ -128,11 +127,6 @@ jobs: script: - npm run test:external -- npm-on-ipfs https://github.com/ipfs-shipyard/npm-on-ipfs.git - - stage: test - name: external - ipfs-pubsub-room - script: - - npm run test:external -- ipfs-pubsub-room https://github.com/ipfs-shipyard/ipfs-pubsub-room.git - - stage: test name: external - peer-base script: diff --git a/docs/RELEASE_ISSUE_TEMPLATE.md b/docs/RELEASE_ISSUE_TEMPLATE.md index 0c567a810d..dd77f24020 100644 --- a/docs/RELEASE_ISSUE_TEMPLATE.md +++ b/docs/RELEASE_ISSUE_TEMPLATE.md @@ -32,7 +32,6 @@ - [ ] ~~[ipfs-desktop](https://github.com/ipfs-shipyard/ipfs-desktop)~~ (Does not depend on `js-ipfs` or `js-ipfs-http-client`) - [ ] [ipfs-companion](https://github.com/ipfs-shipyard/ipfs-companion) - [ ] [npm-on-ipfs](https://github.com/ipfs-shipyard/npm-on-ipfs) - - [ ] [ipfs-pubsub-room](https://github.com/ipfs-shipyard/ipfs-pubsub-room) - [ ] [peer-base](https://github.com/peer-base/peer-base) - [ ] [service-worker-gateway](https://github.com/ipfs-shipyard/service-worker-gateway) - [ ] Third party application testing