summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-07 16:16:28 -0700
committerTim Smith <tsmith@chef.io>2019-05-07 16:16:28 -0700
commit0f31a00f77ad9a007473d284fdf3739baf427bbe (patch)
tree524c85b3010e992f9cc7d2029cf915ef211de644
parentff37ce0cf8e74ccafa2e9ae6d11961bd4ad0db27 (diff)
downloadchef-0f31a00f77ad9a007473d284fdf3739baf427bbe.tar.gz
Fix the name of the opensuse-42 test we allow to failopensuse_leap_15_testing
The name changed Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 59a528b63c..5f1fb01200 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -376,7 +376,7 @@ matrix:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- cd kitchen-tests
script:
- - bundle exec kitchen test end-to-end-opensuse-leap
+ - bundle exec kitchen test end-to-end-opensuse-leap-42
after_failure:
- cat .kitchen/logs/kitchen.log
env: