libgocryptfs/.travis.yml
Jakob Unterwurzacher 14deea6c20 travis ci: do not build on go 1.4.3
Go 1.4.3 seems to be missing cipher.NewGCMWithNonceSize. Error:

cryptfs/openssl_test.go:23: undefined: cipher.NewGCMWithNonceSize
2015-12-08 17:16:23 +01:00

14 lines
172 B
YAML

language: go
go:
- 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