1
0
Fork 0
mirror of https://github.com/Luzifer/rconfig.git synced 2024-11-08 16:00:10 +00:00

Add more go versions for tests

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-09-18 00:24:40 +02:00
parent f4e07b507a
commit 080d991711
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -1,8 +1,12 @@
language: go
go:
- 1.6
- 1.7
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip
script: go test -v -race -cover ./...