1
0
Fork 0
mirror of https://github.com/Luzifer/go-openssl.git synced 2024-10-18 06:14:21 +00:00
go-openssl/.travis.yml
Knut Ahlers 84e5195305
Add commit checks
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-04-04 23:53:17 +02:00

10 lines
78 B
YAML

language: go
go:
- 1.7.x
- 1.8.x
- tip
script:
- go vet
- go test