Cameradar 3.0.0: Uses ullaakut/nmap, runs faster, removed legacy code (#188)
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
This commit is contained in:
committed by
GitHub
parent
878ca9f032
commit
5849898283
+26
@@ -0,0 +1,26 @@
|
||||
language: go
|
||||
|
||||
# prevent double test runs for PRs
|
||||
branches:
|
||||
only:
|
||||
- "master"
|
||||
|
||||
# In theory, older versions would probably work fine, but since this isn't a
|
||||
# library, I'm not going to worry about older versions for now.
|
||||
go:
|
||||
- tip
|
||||
- 1.11.x
|
||||
- 1.10.x
|
||||
- 1.9.x
|
||||
- 1.8.x
|
||||
- 1.7.x
|
||||
|
||||
# don't call go get ./... because this hides when deps are
|
||||
# not packaged into the vendor directory.
|
||||
install: true
|
||||
|
||||
# don't call go test -v because we want to be able to only show t.Log output when
|
||||
# a test fails
|
||||
script:
|
||||
- go vet ./...
|
||||
- go test -tags CI -race ./...
|
||||
Reference in New Issue
Block a user