diff options
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 |