aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-07-27 11:24:53 +0200
committerYann Herklotz <git@yannherklotz.com>2019-07-27 11:24:53 +0200
commitad455e059c255284d8bb620c295ddaf6f120f79f (patch)
tree82289993f6b3a157fd368c638b5a88d0e64b4229
parent5db3acc5d806e8588fbfae8116b6ddec40af5ebe (diff)
downloadverismith-ad455e059c255284d8bb620c295ddaf6f120f79f.tar.gz
verismith-ad455e059c255284d8bb620c295ddaf6f120f79f.zip
Add some more performance optimisations
-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