From 31176813d3f18db6c7f76257be416b7b8b60b92d Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 17 Feb 2020 19:31:49 +0000 Subject: Fix makefile and add travis build --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..dd99ef4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: nix # automatically runs nix-build + +git: + depth: 3 # not 1 to build commits in the queue -- cgit