summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-04-05 12:02:21 -0700
committerTim Smith <tsmith@chef.io>2017-04-05 12:02:21 -0700
commit9fed5f1bfffc4d8297041a5ce5d5fd0ee103dca5 (patch)
treead3e13ec2102ffe6f9b069e7d9d094496ca6bb07
parentf147f49999500379cc9200c9163631445be3a3ff (diff)
downloadchef-9fed5f1bfffc4d8297041a5ce5d5fd0ee103dca5.tar.gz
Remove duplicate bundler_args from Travis
This is in here twice and the YAML is invalid. They’re duplicate Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index aea79db190..87c0fe74ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -188,7 +188,6 @@ matrix:
- cd kitchen-tests
script:
- bundle exec kitchen test webapp-debian-8
- bundler_args: --without ci development docgen guard integration maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen
after_failure:
- cat .kitchen/logs/kitchen.log
env: