mirror of
https://github.com/Luzifer/cam2mjpeg.git
synced 2025-01-02 07:41:20 +00:00
12 lines
127 B
YAML
12 lines
127 B
YAML
language: go
|
|
|
|
go:
|
|
- 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 ./...
|