libgocryptfs/.travis.yml
Jakob Unterwurzacher 6c010c3080 stupidgcm: fix copy-paste error in panic message
Also, print the openssl version in Travis CI
2016-05-04 20:15:11 +02:00

21 lines
321 B
YAML

language: go
# Debian Jessie has Go 1.3.3, Fedora 22 has Go 1.4.3,
# Fedora 23 has Go 1.5.1
go:
- 1.3.3
- 1.4.3
- 1.5.1
- 1.6
- tip
install:
- go get .
# Travis does not support FUSE, so we can't just run "go test ./..."
script:
- openssl version
- go build
- ./build.bash
- go test ./internal/...