5849898283
Unit tests functional and coverage back to 100% Add more routes to dictionary, add more credentials, add default port 5554, rename cameradar logs ENV variable, improve unit test readability, remove tmp file
9 lines
60 B
YAML
9 lines
60 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.11.x"
|
|
- tip
|
|
|
|
script:
|
|
- go test
|