diff options
author | Jakob Unterwurzacher | 2015-11-14 18:27:06 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-11-14 18:27:06 +0100 |
commit | b06c1ebfc4b5cfd2370e217510f5fc00e595dc6c (patch) | |
tree | d62d9fed9fb500a6051e2b4919a094fd1556de24 | |
parent | 4637098b20ea82ff5a7ac1d75ea683d17e00e199 (diff) |
Revert "Travis CI: build using build.bash"
Build fails, see https://github.com/hanwen/go-fuse/pull/72 for details
This reverts commit 4637098b20ea82ff5a7ac1d75ea683d17e00e199.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |