This repository has been archived on 2025-03-29. You can view files and clone it, but cannot push or open issues or pull requests.
|
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
|