containers-bsi/.travis.yml
Valentin Rothberg d7fcf047ac travis: use bionic and the default bats
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-10-15 15:59:59 +02:00

16 lines
254 B
YAML

sudo: required
dist: bionic
services:
- docker
env:
- CTR_ENGINE=docker
before_install:
- sudo apt-get install -qq bats shellcheck
script:
- make validate
- make build-container
- make test-integration