45394feb99
add travis button to README
20 lines
265 B
YAML
20 lines
265 B
YAML
sudo: required
|
|
cache: bundler
|
|
language: ruby
|
|
|
|
services:
|
|
- docker
|
|
|
|
before_install:
|
|
- bundle install
|
|
|
|
env:
|
|
matrix:
|
|
- INSTANCE: salt-debian-9
|
|
- INSTANCE: salt-ubuntu-1804
|
|
- INSTANCE: salt-centos-7
|
|
|
|
script:
|
|
- bundle exec kitchen verify ${INSTANCE}
|
|
|