Saltstack Official Apache Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 260B

12345678910111213141516
  1. sudo: required
  2. language: python
  3. services:
  4. - docker
  5. before_install:
  6. - bundle install
  7. env:
  8. matrix:
  9. - INSTANCE: default-centos-7
  10. - INSTANCE: default-ubuntu-1604
  11. - INSTANCE: default-debian-9
  12. script:
  13. - bundle exec kitchen verify ${INSTANCE}