summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-11-14 18:27:06 +0100
committerJakob Unterwurzacher2015-11-14 18:27:06 +0100
commitb06c1ebfc4b5cfd2370e217510f5fc00e595dc6c (patch)
treed62d9fed9fb500a6051e2b4919a094fd1556de24 /.travis.yml
parent4637098b20ea82ff5a7ac1d75ea683d17e00e199 (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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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