mirror of
https://github.com/longsleep/realtimetraffic.git
synced 2024-11-16 00:38:32 +01:00
13 lines
115 B
YAML
13 lines
115 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.5"
|
|
- "1.6"
|
|
- "1.7"
|
|
- "1.8"
|
|
- "1.9"
|
|
- "1.10"
|
|
- "1.11"
|
|
- "tip"
|
|
|
|
install: make
|