Parallelize travis tests

This commit is contained in:
Javier Bértoli 2018-09-10 08:35:02 -03:00
parent 703a5e33a7
commit 13815d984a

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}