summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/gorilla/handlers/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gorilla/handlers/.travis.yml')
-rw-r--r--vendor/github.com/gorilla/handlers/.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/vendor/github.com/gorilla/handlers/.travis.yml b/vendor/github.com/gorilla/handlers/.travis.yml
index 66435ac0b..783020996 100644
--- a/vendor/github.com/gorilla/handlers/.travis.yml
+++ b/vendor/github.com/gorilla/handlers/.travis.yml
@@ -7,11 +7,12 @@ matrix:
- go: 1.5
- go: 1.6
- go: tip
- allow_failures:
- - go: tip
+
+install:
+ - go get golang.org/x/tools/cmd/vet
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)
- - go vet $(go list ./... | grep -v /vendor/)
+ - go tool vet .
- go test -v -race ./...