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:
parent
f4e07b507a
commit
080d991711
1 changed files with 6 additions and 2 deletions
|
@ -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 ./...
|
||||
|
|
Loading…
Reference in a new issue