mirror of
https://github.com/aler9/gortsplib
synced 2025-12-24 13:38:08 +08:00
15 lines
128 B
YAML
15 lines
128 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.12.x"
|
|
- "1.13.x"
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
before_install:
|
|
- go mod download
|
|
|
|
script:
|
|
- make test-nodocker
|