From 16de8e6fb1eb1a32b5ec364dbaad2fd1b2d80676 Mon Sep 17 00:00:00 2001 From: Mike Fikes Date: Tue, 31 Mar 2020 20:14:32 -0400 Subject: [PATCH] Remove re-frame / reagent Unable to easily keep them running --- runner/src/canary/projects/chkup.clj | 6 ------ 1 file changed, 6 deletions(-) diff --git a/runner/src/canary/projects/chkup.clj b/runner/src/canary/projects/chkup.clj index a12ece4a..03725f1e 100644 --- a/runner/src/canary/projects/chkup.clj +++ b/runner/src/canary/projects/chkup.clj @@ -16,12 +16,6 @@ (defn ^{:task true :homepage "omcljs/om"} om [options] (travis/request-build! "chkup/om" "CANARY_CHKUP_TRAVIS_TOKEN" options)) -(defn ^{:task true :homepage "Day8/re-frame"} re-frame [options] - (travis/request-build! "chkup/re-frame" "CANARY_CHKUP_TRAVIS_TOKEN" options)) - -(defn ^{:task true :homepage "reagent-project/reagent"} reagent [options] - (travis/request-build! "chkup/reagent" "CANARY_CHKUP_TRAVIS_TOKEN" options)) - (defn ^{:task true :homepage "metosin/spec-tools"} spec-tools [options] (travis/request-build! "chkup/spec-tools" "CANARY_CHKUP_TRAVIS_TOKEN" options))