summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/subosito/gotenv/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/subosito/gotenv/appveyor.yml')
-rw-r--r--vendor/github.com/subosito/gotenv/appveyor.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/github.com/subosito/gotenv/appveyor.yml b/vendor/github.com/subosito/gotenv/appveyor.yml
deleted file mode 100644
index 33b4c404..00000000
--- a/vendor/github.com/subosito/gotenv/appveyor.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-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