Saltstack Official Logrotate 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.

21 lines
308B

  1. sudo: required
  2. cache: bundler
  3. language: ruby
  4. services:
  5. - docker
  6. before_install:
  7. - bundle install
  8. env:
  9. matrix:
  10. - INSTANCE: default-debian-9
  11. - INSTANCE: default-ubuntu-1804
  12. - INSTANCE: default-fedora-27
  13. - INSTANCE: default-centos-7
  14. script:
  15. - bundle exec kitchen verify ${INSTANCE}