Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Commit

Permalink
more test fixes dokken
Browse files Browse the repository at this point in the history
  • Loading branch information
mburns committed Mar 18, 2018
1 parent caedf91 commit 041d443
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ rvm: 2.3.5
sudo: required
services: docker

addons:
apt:
sources:
- chef-stable-trusty
packages:
- chefdk

env:
- TESTS=kibana3-apache-ubuntu-1404
- TESTS=kibana3-nginx-ubuntu-1404
Expand Down Expand Up @@ -38,14 +31,14 @@ before_script:
- /opt/chefdk/bin/cookstyle --version
- /opt/chefdk/bin/foodcritic --version

script: travis_retry /opt/chefdk/bin/kitchen verify ${TESTS}
script: travis_retry KITCHEN_LOCAL_YAML=.kitchen.dokken.yml /opt/chefdk/bin/kitchen verify ${TESTS}

matrix:
fast_finish: true
include:
- script:
- sudo /opt/chefdk/bin/chef exec rspec test/unit/spec/
- /opt/chefdk/bin/chef exec cookstyle --display-cop-names --extra-details
# - /opt/chefdk/bin/chef exec cookstyle --display-cop-names --extra-details
- /opt/chefdk/bin/chef exec foodcritic .
env: UNIT_AND_LINT=1
after_failure:
Expand Down

0 comments on commit 041d443

Please sign in to comment.