diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-01-26 19:02:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 19:02:18 +0100 |
commit | 09589fccfdd27478defc3e3e3827265d50fa9e33 (patch) | |
tree | 8f65b1c282a637d292df2a6db92d36c5d8a5325b /vendor/github.com/proglottis/gpgme/.travis.yml | |
parent | 2a39fe99135e060decef1a6c7490b195e1702745 (diff) | |
parent | ab22a688d87e428311c1c227a6816dd4508c441e (diff) | |
download | podman-09589fccfdd27478defc3e3e3827265d50fa9e33.tar.gz podman-09589fccfdd27478defc3e3e3827265d50fa9e33.tar.bz2 podman-09589fccfdd27478defc3e3e3827265d50fa9e33.zip |
Merge pull request #13017 from containers/dependabot/go_modules/github.com/containers/image/v5-5.19.0
Bump github.com/containers/image/v5 from 5.18.0 to 5.19.0
Diffstat (limited to 'vendor/github.com/proglottis/gpgme/.travis.yml')
-rw-r--r-- | vendor/github.com/proglottis/gpgme/.travis.yml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/vendor/github.com/proglottis/gpgme/.travis.yml b/vendor/github.com/proglottis/gpgme/.travis.yml new file mode 100644 index 000000000..619e33721 --- /dev/null +++ b/vendor/github.com/proglottis/gpgme/.travis.yml @@ -0,0 +1,32 @@ +--- +language: go +os: + - linux + - osx + - windows +dist: xenial +sudo: false + +go: + - 1.11 + - 1.12 + - 1.13 + +addons: + apt: + packages: + - libgpgme11-dev + homebrew: + packages: + - gnupg + - gnupg@1.4 + - gpgme + update: true + +matrix: + allow_failures: + - os: windows + +before_install: + - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install msys2; fi + - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install gpg4win; fi |