diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-05-07 09:48:37 -0500 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-05-07 09:52:55 -0500 |
commit | bd50662f430f4a45f7c56485d7214a439def1df0 (patch) | |
tree | 78b2952de31f567a3e21a0ffbc2e5ab9ce06d912 /.travis.yml | |
parent | e4bf480137d5e06aba7c9fee4ae1577361a44a47 (diff) | |
download | chef-bd50662f430f4a45f7c56485d7214a439def1df0.tar.gz |
Diagnose failing testsjdm/kitchen-after-failure
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5f00e90645..48e687f438 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,8 @@ matrix: script: # FIXME: we should fix centos-6 against AWS and then enable it here - if [ "$TRAVIS_SECURE_ENV_VARS" = "true" ]; then bundle exec kitchen test ubuntu; fi + after_failure: + - cat .kitchen/logs/kitchen.log after_script: - if [ "$TRAVIS_SECURE_ENV_VARS" = "true" ]; then bundle exec kitchen destroy ubuntu; fi env: |