mirror of
https://github.com/longsleep/realtimetraffic.git
synced 2024-11-16 08:48:33 +01:00
14 lines
97 B
YAML
14 lines
97 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.2
|
||
|
- 1.3
|
||
|
- 1.4
|
||
|
- 1.5
|
||
|
- 1.6
|
||
|
- 1.7
|
||
|
- 1.8
|
||
|
- tip
|
||
|
|
||
|
install: make
|