diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-05 18:14:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 18:14:53 +0100 |
commit | fc0673f5612368e0d90173bb061f4b257d08b885 (patch) | |
tree | 2a7146aa7fd8b18190523eb2211d90c61e97fac8 /vendor/github.com/mtrmac/gpgme/.travis.yml | |
parent | 107fd64970faa5870a4c23c971f5061e57b99067 (diff) | |
parent | baec9f3b10faa4f319b92549ea460aba0af91a4d (diff) | |
download | podman-fc0673f5612368e0d90173bb061f4b257d08b885.tar.gz podman-fc0673f5612368e0d90173bb061f4b257d08b885.tar.bz2 podman-fc0673f5612368e0d90173bb061f4b257d08b885.zip |
Merge pull request #5062 from vrothberg/update-image
vendor github.com/containers/image/v5@v5.2.0
Diffstat (limited to 'vendor/github.com/mtrmac/gpgme/.travis.yml')
-rw-r--r-- | vendor/github.com/mtrmac/gpgme/.travis.yml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/vendor/github.com/mtrmac/gpgme/.travis.yml b/vendor/github.com/mtrmac/gpgme/.travis.yml new file mode 100644 index 000000000..619e33721 --- /dev/null +++ b/vendor/github.com/mtrmac/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 |