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

31 lines
691B

  1. sudo: required
  2. cache: bundler
  3. language: ruby
  4. services:
  5. - docker
  6. before_install:
  7. - gem install bundler
  8. - bundle install
  9. env:
  10. matrix:
  11. - INSTANCE: v2019-2-py3-debian-9
  12. - INSTANCE: v2019-2-py3-ubuntu-1804
  13. - INSTANCE: v2019-2-py2-centos-7
  14. - INSTANCE: v2019-2-py2-fedora-29
  15. - INSTANCE: v2018-3-py2-debian-8
  16. - INSTANCE: v2018-3-py2-ubuntu-1604
  17. - INSTANCE: v2018-3-py2-bootstrap-centos-6
  18. - INSTANCE: v2018-3-py2-forced-version-fedora-28
  19. - INSTANCE: v2018-3-py2-opensuse-423
  20. - INSTANCE: v2017-7-py2-debian-8
  21. - INSTANCE: v2017-7-py2-ubuntu-1604
  22. - INSTANCE: v2017-7-py2-bootstrap-centos-6
  23. script:
  24. - bundle exec kitchen verify ${INSTANCE}