d7fcf047ac
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
16 lines
254 B
YAML
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
|