Skip to content

Commit

Permalink
updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Nov 11, 2017
1 parent fb1ea7c commit 2b34306
Showing 1 changed file with 33 additions and 7 deletions.
40 changes: 33 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dist: trusty
addons:
apt:
sources:
- chef-current-trusty
- chef-stable-trusty
packages:
- chefdk

Expand All @@ -20,9 +20,22 @@ services: docker

env:
matrix:
- INSTANCE=default-centos-68
- INSTANCE=default-centos-7
- INSTANCE=default-ubuntu-1404
- INSTANCE=chef12-ubuntu-14
- INSTANCE=chef12-ubuntu-16
- INSTANCE=chef12-debian-8
- INSTANCE=chef12-debian-9
- INSTANCE=chef12-centos-6
- INSTANCE=chef12-centos-7
- INSTANCE=chef12-fedora-26
- INSTANCE=chef12-amazon
- INSTANCE=chef13-ubuntu-14
- INSTANCE=chef13-ubuntu-16
- INSTANCE=chef13-debian-8
- INSTANCE=chef13-debian-9
- INSTANCE=chef13-centos-6
- INSTANCE=chef13-centos-7
- INSTANCE=chef13-fedora-26
- INSTANCE=chef13-amazon

script:
- KITCHEN_LOCAL_YAML=.kitchen.dokken.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
Expand All @@ -38,9 +51,22 @@ before_script:

matrix:
allow_failures:
- env: INSTANCE=default-centos-68
- env: INSTANCE=default-centos-7
- env: INSTANCE=default-ubuntu-1404
- env: INSTANCE=chef12-ubuntu-14
- env: INSTANCE=chef12-ubuntu-16
- env: INSTANCE=chef12-debian-8
- env: INSTANCE=chef12-debian-9
- env: INSTANCE=chef12-centos-6
- env: INSTANCE=chef12-centos-7
- env: INSTANCE=chef12-fedora-26
- env: INSTANCE=chef12-amazon
- env: INSTANCE=chef13-ubuntu-14
- env: INSTANCE=chef13-ubuntu-16
- env: INSTANCE=chef13-debian-8
- env: INSTANCE=chef13-debian-9
- env: INSTANCE=chef13-centos-6
- env: INSTANCE=chef13-centos-7
- env: INSTANCE=chef13-fedora-26
- env: INSTANCE=chef13-amazon
include:
- script:
- /opt/chefdk/bin/chef exec rake
Expand Down

0 comments on commit 2b34306

Please sign in to comment.