mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +00:00
Merge pull request #27 from netmanagers/master
Parallelize travis testing
This commit is contained in:
commit
b7b94a34f3
1 changed files with 9 additions and 1 deletions
10
.travis.yml
10
.travis.yml
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue