Skip to content

Commit

Permalink
try to limit planck matrix to linux-clang only
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Jul 15, 2017
1 parent 6bed923 commit 67ff99d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion runner/src/canary/projects/mfikes.clj
Expand Up @@ -2,4 +2,7 @@
(:require [canary.runner.travis :as travis]))

(defn ^:task planck [options]
(travis/trigger-build! "mfikes/planck" "CANARY_PLANCK_TRAVIS_TOKEN" "master" options))
(let [config-overrides {:matrix {:include [{:os "linux"
:compiler "clang"}]}}
options (assoc options :travis-body {:request {:config config-overrides}})]
(travis/trigger-build! "mfikes/planck" "CANARY_PLANCK_TRAVIS_TOKEN" "master" options)))

0 comments on commit 67ff99d

Please sign in to comment.