diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-25 15:43:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25 15:43:25 +0100 |
commit | 3d37dc639d87e4469a6457cf4592ff5b773d0777 (patch) | |
tree | f487a0db671b5303286a935b58577b0d50c64ab9 /vendor/github.com/xeipuuv/gojsonschema/.travis.yml | |
parent | 6babc9f20ca9e3633da1792a31d0391bde6201b6 (diff) | |
parent | 68c313911e8a3aed605a12398442212b99f41619 (diff) | |
download | podman-3d37dc639d87e4469a6457cf4592ff5b773d0777.tar.gz podman-3d37dc639d87e4469a6457cf4592ff5b773d0777.tar.bz2 podman-3d37dc639d87e4469a6457cf4592ff5b773d0777.zip |
Merge pull request #5297 from rhatdan/vendor
Update vendor of buildah and containers/common
Diffstat (limited to 'vendor/github.com/xeipuuv/gojsonschema/.travis.yml')
-rw-r--r-- | vendor/github.com/xeipuuv/gojsonschema/.travis.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/vendor/github.com/xeipuuv/gojsonschema/.travis.yml b/vendor/github.com/xeipuuv/gojsonschema/.travis.yml index 09ee789ca..36155164d 100644 --- a/vendor/github.com/xeipuuv/gojsonschema/.travis.yml +++ b/vendor/github.com/xeipuuv/gojsonschema/.travis.yml @@ -1,11 +1,8 @@ language: go go: - - "1.5" - - "1.6" - - "1.7" - - "1.8" - - "1.9" - "1.10" + - "1.11" + - "1.12" before_install: - go get github.com/xeipuuv/gojsonreference - go get github.com/xeipuuv/gojsonpointer |