diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-29 09:05:59 +0000 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-29 05:49:55 -0400 |
commit | ef807d0ac7ee684fa995592a7b9a1105bd4f173d (patch) | |
tree | a791489b800d64d0fa86db9aead8cff5bd93ea5b /vendor/gopkg.in/yaml.v3/.travis.yml | |
parent | cd1e25f5d57059a50e8aeae5b640c2d282e70f96 (diff) | |
download | podman-ef807d0ac7ee684fa995592a7b9a1105bd4f173d.tar.gz podman-ef807d0ac7ee684fa995592a7b9a1105bd4f173d.tar.bz2 podman-ef807d0ac7ee684fa995592a7b9a1105bd4f173d.zip |
Bump github.com/stretchr/testify from 1.5.1 to 1.6.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.5.1...v1.6.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
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 |