containers-bsi/.travis.yml

18 lines
331 B
YAML
Raw Normal View History

sudo: required
services:
- docker
env:
- CTR_ENGINE=docker
before_install:
- sudo add-apt-repository ppa:duggan/bats --yes
- sudo apt-get update -qq
- sudo apt-get install -qq bats shellcheck
script:
- make validate
- make build-container
- make test-integration