diff options
author | Vincent Ambo <tazjin@google.com> | 2019-09-22T16·21+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-09-22T16·21+0100 |
commit | d290684669168fed2ea10ff727226889ee7d8a2d (patch) | |
tree | bb6970b5468cf5b51599619258b1c33be9c51f0d /.travis.yml | |
parent | 2bc1bedd9e76325a796785218341e6786a002b5a (diff) |
refactor(build): Only build projects explicitly set as CI projects r/90
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fbccf99f223a..abfa8c30d620 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 |