From b06c1ebfc4b5cfd2370e217510f5fc00e595dc6c Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 14 Nov 2015 18:27:06 +0100 Subject: [PATCH] Revert "Travis CI: build using build.bash" Build fails, see https://github.com/hanwen/go-fuse/pull/72 for details This reverts commit 4637098b20ea82ff5a7ac1d75ea683d17e00e199. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 101ce2d..4dbbbe0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,5 @@ install: # Travis does not support FUSE, so we can't just run "go test ./..." script: - - ./build.bash + - go build - go test ./cryptfs