Merge pull request #112 from netmanagers/master

Parallelize travis tests
This commit is contained in:
Alexandre Anriot 2018-09-10 14:09:04 +02:00 committed by GitHub
commit ea2f1a2442
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,4 +8,15 @@ services:
before_install:
- bundle install
script: bundle exec kitchen verify
env:
matrix:
- INSTANCE: bind-debian-8
- INSTANCE: bind-debian-9
- INSTANCE: bind-ubuntu-1604
- INSTANCE: bind-ubuntu-1804
- INSTANCE: bind-fedora-27
- INSTANCE: bind-centos-7
script:
- bundle exec kitchen verify ${INSTANCE}