aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e9de91c..5b29d56 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,2 +1,6 @@
sudo: true # runs the build without docker
-language: nix
+
+language: nix # automatically runs nix-build
+
+git:
+ depth: 3 # not 1 to build commits in the queue