mirror of
https://github.com/containers/skopeo.git
synced 2025-10-21 10:53:32 +00:00
19 lines
355 B
YAML
19 lines
355 B
YAML
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
sudo: required
|
|
services:
|
|
- docker
|
|
- os: osx
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
install:
|
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gpgme ; fi
|
|
|
|
script:
|
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then hack/travis_osx.sh ; fi
|
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make check ; fi
|