formula-cli53/.travis.yml

17 lines
257 B
YAML
Raw Permalink Normal View History

2019-01-22 22:35:58 -05:00
sudo: required
language: python
services:
- docker
before_install:
- bundle install
env:
matrix:
- INSTANCE: cli53-ubuntu-1404
- INSTANCE: cli53-ubuntu-1604
- INSTANCE: cli53-centos-7
script:
- bundle exec kitchen verify ${INSTANCE}