diff options
author | Tim Smith <tsmith@chef.io> | 2017-12-04 10:15:04 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-12-04 10:15:04 -0800 |
commit | 2e9fa9edfa38c9a22a26a7e70e3c76a99adb1d29 (patch) | |
tree | 065afeee1f8c310528e84679c044153b5151a7ed /.travis.yml | |
parent | 356a2a2b808bd59712f42cff6a26c902178aed3f (diff) | |
download | chef-2e9fa9edfa38c9a22a26a7e70e3c76a99adb1d29.tar.gz |
Fix the name of the opensuse kitchen box
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cc2bd537df..b82c9df10e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -265,7 +265,7 @@ matrix: - sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER ) - cd kitchen-tests script: - - bundle exec kitchen test base-opensuse-leap-42 + - bundle exec kitchen test base-opensuse-leap after_failure: - cat .kitchen/logs/kitchen.log env: |