Parallelize travis testing

This commit is contained in:
Javier Bértoli 2018-08-23 08:58:15 -03:00
parent 72f6a0603a
commit f1fbaadc82

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}