aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/gopkg.in/urfave/cli.v1/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/gopkg.in/urfave/cli.v1/.travis.yml')
-rw-r--r--Godeps/_workspace/src/gopkg.in/urfave/cli.v1/.travis.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/Godeps/_workspace/src/gopkg.in/urfave/cli.v1/.travis.yml b/Godeps/_workspace/src/gopkg.in/urfave/cli.v1/.travis.yml
deleted file mode 100644
index 76f38a482..000000000
--- a/Godeps/_workspace/src/gopkg.in/urfave/cli.v1/.travis.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-language: go
-sudo: false
-
-go:
-- 1.1.2
-- 1.2.2
-- 1.3.3
-- 1.4
-- 1.5.4
-- 1.6.2
-- tip
-
-matrix:
- allow_failures:
- - go: tip
-
-before_script:
-- go get github.com/meatballhat/gfmxr/...
-
-script:
-- go vet ./...
-- go test -v ./...
-- gfmxr -c $(grep -c 'package main' README.md) -s README.md