mirror of
https://github.com/Luzifer/envrun.git
synced 2024-11-10 07:10:03 +00:00
11 lines
78 B
YAML
11 lines
78 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.7.x
|
||
|
- 1.8.x
|
||
|
- tip
|
||
|
|
||
|
script:
|
||
|
- go vet
|
||
|
- go test
|