libgocryptfs/.travis.yml

15 lines
186 B
YAML
Raw Normal View History

2015-10-11 23:30:21 +02:00
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:
2015-11-14 17:25:04 +01:00
- ./build.bash
2015-10-11 23:30:21 +02:00
- go test ./cryptfs