From 65d1f888c8e6ce50e94518e732cec3c47f3fefed Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 20 Dec 2015 17:14:48 +0100 Subject: [PATCH] travis: also build using build.bash --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a8279a1..ba6511d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,4 +14,5 @@ install: # Travis does not support FUSE, so we can't just run "go test ./..." script: - go build + - ./build.bash - go test ./cryptfs