diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-08-28 08:27:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-28 08:27:00 -0400 |
commit | ad80e9a10a06a5d3b5a8ff6b286232d4c93ee2ea (patch) | |
tree | 1358b41af41fab4f7534297e33b97a2fc9ef8860 /vendor/github.com/gorilla/schema/.travis.yml | |
parent | 74bdf52c401dd1c9cd3c636d4fa8ea94e7c88ef3 (diff) | |
parent | f5d151a2341245bd22f6a64c744eadd61e01539d (diff) | |
download | podman-ad80e9a10a06a5d3b5a8ff6b286232d4c93ee2ea.tar.gz podman-ad80e9a10a06a5d3b5a8ff6b286232d4c93ee2ea.tar.bz2 podman-ad80e9a10a06a5d3b5a8ff6b286232d4c93ee2ea.zip |
Merge pull request #7421 from containers/dependabot/go_modules/github.com/gorilla/schema-1.2.0
Bump github.com/gorilla/schema from 1.1.0 to 1.2.0
Diffstat (limited to 'vendor/github.com/gorilla/schema/.travis.yml')
-rw-r--r-- | vendor/github.com/gorilla/schema/.travis.yml | 18 |
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 ./... |