diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-29 08:23:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 08:23:17 -0400 |
commit | 8e048b23fecbcf2140d1f0234d6067379d915953 (patch) | |
tree | 936ca0c52b65963bd542941ffb50efde28555dac /vendor/gopkg.in/yaml.v3/.travis.yml | |
parent | 6e3aec3c6d36e1e344a315e3a5a1600bac154904 (diff) | |
parent | ef807d0ac7ee684fa995592a7b9a1105bd4f173d (diff) | |
download | podman-8e048b23fecbcf2140d1f0234d6067379d915953.tar.gz podman-8e048b23fecbcf2140d1f0234d6067379d915953.tar.bz2 podman-8e048b23fecbcf2140d1f0234d6067379d915953.zip |
Merge pull request #6429 from containers/dependabot/go_modules/github.com/stretchr/testify-1.6.0
Bump github.com/stretchr/testify from 1.5.1 to 1.6.0
Diffstat (limited to 'vendor/gopkg.in/yaml.v3/.travis.yml')
-rw-r--r-- | vendor/gopkg.in/yaml.v3/.travis.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/gopkg.in/yaml.v3/.travis.yml b/vendor/gopkg.in/yaml.v3/.travis.yml new file mode 100644 index 000000000..04d4dae09 --- /dev/null +++ b/vendor/gopkg.in/yaml.v3/.travis.yml @@ -0,0 +1,16 @@ +language: go + +go: + - "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.v3 |