nginx-formula/.travis.yml

31 lines
692 B
YAML
Raw Normal View History

2018-03-17 21:25:25 +01:00
sudo: required
cache: bundler
language: ruby
2018-03-17 21:25:25 +01:00
services:
- docker
2018-03-17 21:25:25 +01:00
before_install:
2019-04-12 22:08:25 +02:00
- gem install bundler
- bundle install
2018-03-17 21:25:25 +01:00
env:
matrix:
2019-04-12 22:08:25 +02:00
- INSTANCE: v2019-2-py3-debian-9
- INSTANCE: v2019-2-py3-ubuntu-1804
#- INSTANCE: v2019-2-py3-centos-7
2019-04-12 22:08:25 +02:00
- INSTANCE: v2019-2-py2-fedora-29
2019-04-12 22:08:25 +02:00
- INSTANCE: v2018-3-py2-debian-8
- INSTANCE: v2018-3-py2-ubuntu-1604
- INSTANCE: v2018-3-py2-bootstrap-centos-6
- INSTANCE: v2018-3-py2-forced-version-fedora-28
- INSTANCE: v2018-3-py2-opensuse-423
2019-04-12 22:08:25 +02:00
- INSTANCE: v2017-7-py2-debian-8
- INSTANCE: v2017-7-py2-ubuntu-1604
- INSTANCE: v2017-7-py2-bootstrap-centos-6
2019-04-12 22:08:25 +02:00
script:
- bundle exec kitchen verify ${INSTANCE}