Skip to content

Commit

Permalink
Remove re-frame / reagent
Browse files Browse the repository at this point in the history
Unable to easily keep them running
  • Loading branch information
mfikes committed Apr 1, 2020
1 parent 9fd3054 commit 16de8e6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions runner/src/canary/projects/chkup.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 16de8e6

Please # to comment.