mirror of
https://github.com/go-gitea/gitea
synced 2025-08-24 18:38:28 +00:00
[Vendor] update go-swagger v0.21.0 -> v0.25.0 (#12670)
* Update go-swagger * vendor
This commit is contained in:
10
vendor/github.com/subosito/gotenv/.travis.yml
generated
vendored
Normal file
10
vendor/github.com/subosito/gotenv/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.x
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
script:
|
||||
- go test -test.v -coverprofile=coverage.out -covermode=count
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
Reference in New Issue
Block a user