mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 15:54:25 +00:00
3270e7a443
* Update go-swagger * vendor
10 lines
182 B
YAML
Vendored
10 lines
182 B
YAML
Vendored
build: off
|
|
clone_folder: c:\gopath\src\github.com\subosito\gotenv
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
stack: go 1.10
|
|
before_test:
|
|
- go get -t
|
|
test_script:
|
|
- go test -v -cover -race
|