aboutsummaryrefslogtreecommitdiff
path: root/vendor/gopkg.in/yaml.v2/.travis.yml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-11-20 09:19:16 +0000
committerValentin Rothberg <rothberg@redhat.com>2019-11-22 15:02:32 +0100
commit7377528764e2a1b1157d50106832d97ec55515ac (patch)
treefca8992e67a60c5a73290c31006ae2c8195c59bd /vendor/gopkg.in/yaml.v2/.travis.yml
parentc673ff8cb63c71a39e1a1d561373af42bfea7f24 (diff)
downloadpodman-7377528764e2a1b1157d50106832d97ec55515ac.tar.gz
podman-7377528764e2a1b1157d50106832d97ec55515ac.tar.bz2
podman-7377528764e2a1b1157d50106832d97ec55515ac.zip
build(deps): bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.5 to 2.2.7. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](https://github.com/go-yaml/yaml/compare/v2.2.5...v2.2.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'vendor/gopkg.in/yaml.v2/.travis.yml')
-rw-r--r--vendor/gopkg.in/yaml.v2/.travis.yml18
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