mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 17:50:27 +00:00
Merge pull request #197 from netmanagers/master
Update testing environment
This commit is contained in:
commit
a8eeeedc18
2 changed files with 6 additions and 8 deletions
|
@ -9,11 +9,10 @@ verifier:
|
|||
name: inspec
|
||||
|
||||
platforms:
|
||||
- name: ubuntu-12.04
|
||||
- name: ubuntu-14.04
|
||||
- name: ubuntu-16.04
|
||||
- name: debian-7
|
||||
- name: debian-8
|
||||
- name: ubuntu-18.04
|
||||
- name: debian-9
|
||||
- name: centos-7
|
||||
|
||||
provisioner:
|
||||
name: salt_solo
|
||||
|
|
|
@ -8,11 +8,10 @@ services: docker
|
|||
|
||||
env:
|
||||
matrix:
|
||||
- INSTANCE=default-ubuntu-1204
|
||||
- INSTANCE=default-ubuntu-1404
|
||||
- INSTANCE=default-ubuntu-1604
|
||||
- INSTANCE=default-debian-7
|
||||
- INSTANCE=default-debian-8
|
||||
- INSTANCE=default-ubuntu-1804
|
||||
- INSTANCE=default-debian-9
|
||||
- INSTANCE=centos-7
|
||||
|
||||
# https://github.com/zuazo/kitchen-in-travis-native/issues/1#issuecomment-142455888
|
||||
before_script: sudo iptables -L DOCKER || sudo iptables -N DOCKER
|
||||
|
|
Loading…
Add table
Reference in a new issue