summaryrefslogtreecommitdiff
path: root/vendor/github.com/gorilla/schema/.travis.yml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-24 08:16:44 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2020-08-28 05:56:49 -0400
commitf5d151a2341245bd22f6a64c744eadd61e01539d (patch)
tree5c39cf4444016345eb50365ab57dd658e052ecf0 /vendor/github.com/gorilla/schema/.travis.yml
parent061c93f70101026d79cca6e75ac0c565e1fa99ec (diff)
downloadpodman-f5d151a2341245bd22f6a64c744eadd61e01539d.tar.gz
podman-f5d151a2341245bd22f6a64c744eadd61e01539d.tar.bz2
podman-f5d151a2341245bd22f6a64c744eadd61e01539d.zip
Bump github.com/gorilla/schema from 1.1.0 to 1.2.0
Bumps [github.com/gorilla/schema](https://github.com/gorilla/schema) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/gorilla/schema/releases) - [Commits](https://github.com/gorilla/schema/compare/v1.1.0...v1.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/github.com/gorilla/schema/.travis.yml')
-rw-r--r--vendor/github.com/gorilla/schema/.travis.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/vendor/github.com/gorilla/schema/.travis.yml b/vendor/github.com/gorilla/schema/.travis.yml
deleted file mode 100644
index 5f51dce4e..000000000
--- a/vendor/github.com/gorilla/schema/.travis.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-language: go
-sudo: false
-
-matrix:
- include:
- - go: 1.5
- - go: 1.6
- - go: 1.7
- - go: 1.8
- - go: tip
- allow_failures:
- - go: tip
-
-script:
- - go get -t -v ./...
- - diff -u <(echo -n) <(gofmt -d .)
- - go vet $(go list ./... | grep -v /vendor/)
- - go test -v -race ./...