summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/gorilla/handlers/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/gorilla/handlers/.travis.yml')
-rw-r--r--Godeps/_workspace/src/github.com/gorilla/handlers/.travis.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/Godeps/_workspace/src/github.com/gorilla/handlers/.travis.yml b/Godeps/_workspace/src/github.com/gorilla/handlers/.travis.yml
deleted file mode 100644
index ad1d76acc..000000000
--- a/Godeps/_workspace/src/github.com/gorilla/handlers/.travis.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-language: go
-sudo: false
-
-matrix:
- include:
- - go: 1.4
- - go: 1.5
- - go: 1.6
-
-install:
- - go get golang.org/x/tools/cmd/vet
-
-script:
- - go get -t -v ./...
- - diff -u <(echo -n) <(gofmt -d .)
- - go tool vet .
- - go test -v -race ./...