Skip to content

Commit

Permalink
Add kitchen-verifier-serverspec to run tests on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bellone committed Jul 26, 2016
1 parent c3baa90 commit 97f1bf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ transport:
provisioner:
name: dokken

verifier:
name: serverspec

platforms:
- name: centos-7
named_run_list: centos
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ before_script:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- eval "$(/opt/chefdk/bin/chef shell-init bash)"
- /opt/chefdk/embedded/bin/chef gem install kitchen-dokken
- /opt/chefdk/embedded/bin/chef gem install kitchen-verifier-serverspec
- /opt/chefdk/embedded/bin/chef --version
- /opt/chefdk/embedded/bin/cookstyle --version
- /opt/chefdk/embedded/bin/foodcritic --version
Expand Down

0 comments on commit 97f1bf9

Please sign in to comment.