aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-02-17 19:31:49 +0000
committerYann Herklotz <git@yannherklotz.com>2020-02-17 19:31:49 +0000
commit31176813d3f18db6c7f76257be416b7b8b60b92d (patch)
tree0907a25d4182c123a76900752121dc9538b36f34 /.travis.yml
parent1d7a8f8e795d2fac612f1730a70c3d69eddb2f45 (diff)
downloadvericert-31176813d3f18db6c7f76257be416b7b8b60b92d.tar.gz
vericert-31176813d3f18db6c7f76257be416b7b8b60b92d.zip
Fix makefile and add travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
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