about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-09-22T16·21+0100
committerVincent Ambo <tazjin@google.com>2019-09-22T16·21+0100
commitd290684669168fed2ea10ff727226889ee7d8a2d (patch)
treebb6970b5468cf5b51599619258b1c33be9c51f0d /.travis.yml
parent2bc1bedd9e76325a796785218341e6786a002b5a (diff)
refactor(build): Only build projects explicitly set as CI projects r/90
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fbccf99f22..abfa8c30d6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,4 +8,4 @@ before_script:
 script:
   # All of my own tools are under the top-level 'tazjin' attribute
   # set, this command will build all of them.
-  - nix-build -A tazjin | cachix push tazjin
+  - nix-build -A ciProjects | cachix push tazjin