summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/subosito/gotenv/appveyor.yml
blob: 33b4c4046540b2cedfeb795b3967f442d518260a (plain) (blame)
1
2
3
4
5
6
7
8
9
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