We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703a5e3 commit 13815d9Copy full SHA for 13815d9
.travis.yml
@@ -8,4 +8,15 @@ services:
8
before_install:
9
- bundle install
10
11
-script: bundle exec kitchen verify
+env:
12
+ matrix:
13
+ - INSTANCE: bind-debian-8
14
+ - INSTANCE: bind-debian-9
15
+ - INSTANCE: bind-ubuntu-1604
16
+ - INSTANCE: bind-ubuntu-1804
17
+ - INSTANCE: bind-fedora-27
18
+ - INSTANCE: bind-centos-7
19
+
20
+script:
21
+ - bundle exec kitchen verify ${INSTANCE}
22
0 commit comments