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

Add more tests for newer Go versions

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-09-11 10:57:19 +02:00
parent f7c079072c
commit 0b0b540c57
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -3,6 +3,9 @@ language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip
script: