1
0
Fork 0
mirror of https://github.com/Luzifer/go-openssl.git synced 2024-10-18 06:14:21 +00:00

Add commit checks

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-04-04 23:53:17 +02:00
parent 2ef3173d65
commit 84e5195305
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
language: go
go:
- 1.7.x
- 1.8.x
- tip
script:
- go vet
- go test