From d290684669168fed2ea10ff727226889ee7d8a2d Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 22 Sep 2019 17:21:35 +0100 Subject: refactor(build): Only build projects explicitly set as CI projects --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit 1.4.1