containers-bsi/.travis.yml
Valentin Rothberg 9f4b80d054 Enable Travis CI
Enable a simple CI via Travis which currently install skopeo and
shellcheck and runs `make validate`.

Fixes: #13
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-09-11 11:00:48 +02:00

9 lines
214 B
YAML

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