containers-bsi/.travis.yml
Valentin Rothberg a42ed3883b Add build-container make target
To avoid regressing on the Dockerfile, run the new make target in the CI
as well.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-09-11 11:53:47 +02:00

10 lines
252 B
YAML

sudo: required
before_install:
- sudo add-apt-repository ppa:projectatomic/ppa --yes
- sudo apt-get update -qq
- sudo apt-get install -qq podman shellcheck skopeo
script:
- make validate
- make build-container