Skip to content

Commit

Permalink
fix go1.12 go vet usage (gorilla#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousben authored and kisielk committed Feb 28, 2019
1 parent 8559a4f commit 8eaa9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ install:
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)
- if [[ "$LATEST" = true ]]; then go tool vet .; fi
- if [[ "$LATEST" = true ]]; then go vet .; fi
- go test -v -race ./...

0 comments on commit 8eaa9f1

Please sign in to comment.