aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/gopkg.in/urfave/cli.v1/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/gopkg.in/urfave/cli.v1/appveyor.yml')
-rw-r--r--Godeps/_workspace/src/gopkg.in/urfave/cli.v1/appveyor.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/Godeps/_workspace/src/gopkg.in/urfave/cli.v1/appveyor.yml b/Godeps/_workspace/src/gopkg.in/urfave/cli.v1/appveyor.yml
deleted file mode 100644
index 3ca7afabd..000000000
--- a/Godeps/_workspace/src/gopkg.in/urfave/cli.v1/appveyor.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-version: "{build}"
-
-os: Windows Server 2012 R2
-
-install:
- - go version
- - go env
-
-build_script:
- - cd %APPVEYOR_BUILD_FOLDER%
- - go vet ./...
- - go test -v ./...
-
-test: off
-
-deploy: off