mirror of
https://github.com/Luzifer/go-openssl.git
synced 2024-12-21 03:11:18 +00:00
Add commit checks
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
2ef3173d65
commit
84e5195305
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.7.x
|
||||||
|
- 1.8.x
|
||||||
|
- tip
|
||||||
|
|
||||||
|
script:
|
||||||
|
- go vet
|
||||||
|
- go test
|
Loading…
Reference in a new issue