1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-27 13:45:51 +00:00
gitea/vendor/github.com/subosito/gotenv/appveyor.yml
2020-09-01 10:01:23 -04:00

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