From ad455e059c255284d8bb620c295ddaf6f120f79f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 27 Jul 2019 11:24:53 +0200 Subject: Add some more performance optimisations --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit