about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6a47fc1d70..2ab57adb59 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,4 @@ before_script:
   - nix-env -f '<nixpkgs>' -iA third_party.cachix
   - cachix use tazjin
 script:
-  # All of my own tools are under the top-level 'tazjin' attribute
-  # set, this command will build all of them.
-  - nix-build -A ciProjects | cachix push tazjin
+  - nix-build ci-builds.nix | cachix push tazjin