mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-27 02:37:53 +00:00
See release notes: https://github.com/containers/image/releases/tag/v5.2.0 Fixes: #4877 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
32 lines
454 B
YAML
32 lines
454 B
YAML
---
|
|
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
|