Merge pull request #27 from netmanagers/master

Parallelize travis testing
This commit is contained in:
Niels Abspoel 2018-08-23 20:30:37 +02:00 committed by GitHub
commit b7b94a34f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,4 +8,12 @@ services:
before_install:
- bundle install
script: bundle exec kitchen verify
env:
matrix:
- INSTANCE: deb-debian-9
- INSTANCE: deb-ubuntu-1804
- INSTANCE: centos-centos-7
script:
- bundle exec kitchen verify ${INSTANCE}