libgocryptfs/.travis.yml
Jakob Unterwurzacher b06c1ebfc4 Revert "Travis CI: build using build.bash"
Build fails, see https://github.com/hanwen/go-fuse/pull/72 for details

This reverts commit 4637098b20.
2015-11-14 18:27:06 +01:00

15 lines
182 B
YAML

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