Merge pull request #197 from netmanagers/master

Update testing environment
This commit is contained in:
Niels Abspoel 2018-09-06 19:53:12 +02:00 committed by GitHub
commit a8eeeedc18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View file

@ -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

View file

@ -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