mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 09:40:22 +00:00
Merge pull request #112 from netmanagers/master
Parallelize travis tests
This commit is contained in:
commit
ea2f1a2442
1 changed files with 12 additions and 1 deletions
13
.travis.yml
13
.travis.yml
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue