mirror of
https://github.com/Luzifer/terraria-docker.git
synced 2024-11-08 10:40:00 +00:00
8 lines
81 B
YAML
8 lines
81 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.6
|
|
- 1.7
|
|
- tip
|
|
|
|
script: go test -v -race -cover ./...
|