From 6a25fa6ef9012e73684b11524c759441cc8fea9c Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 11 Oct 2015 23:30:21 +0200 Subject: Add travis config file --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4dbbbe0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: go + +go: + - 1.4.3 + - 1.5.1 + - tip + +install: + - go get . + +# Travis does not support FUSE, so we can't just run "go test ./..." +script: + - go build + - go test ./cryptfs -- cgit v1.2.3