libgocryptfs/.travis.yml
2015-12-10 20:55:09 +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