diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-11-22 22:18:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-22 22:18:37 +0100 |
commit | 1284260b668168c560e65b803979eb2caff0293a (patch) | |
tree | d2ddf81c772bba5bc5566d582fff661d3e31ffab /vendor/gopkg.in/yaml.v2/.travis.yml | |
parent | c2dfef544476dba671db3ef65b095da9ec18bbf1 (diff) | |
parent | 7377528764e2a1b1157d50106832d97ec55515ac (diff) | |
download | podman-1284260b668168c560e65b803979eb2caff0293a.tar.gz podman-1284260b668168c560e65b803979eb2caff0293a.tar.bz2 podman-1284260b668168c560e65b803979eb2caff0293a.zip |
Merge pull request #4539 from containers/dependabot/go_modules/gopkg.in/yaml.v2-2.2.7
build(deps): bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7
Diffstat (limited to 'vendor/gopkg.in/yaml.v2/.travis.yml')
-rw-r--r-- | vendor/gopkg.in/yaml.v2/.travis.yml | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/vendor/gopkg.in/yaml.v2/.travis.yml b/vendor/gopkg.in/yaml.v2/.travis.yml index 9f556934d..055480b9e 100644 --- a/vendor/gopkg.in/yaml.v2/.travis.yml +++ b/vendor/gopkg.in/yaml.v2/.travis.yml @@ -1,12 +1,16 @@ language: go go: - - 1.4 - - 1.5 - - 1.6 - - 1.7 - - 1.8 - - 1.9 - - tip + - "1.4.x" + - "1.5.x" + - "1.6.x" + - "1.7.x" + - "1.8.x" + - "1.9.x" + - "1.10.x" + - "1.11.x" + - "1.12.x" + - "1.13.x" + - "tip" go_import_path: gopkg.in/yaml.v2 |