diff options
author | Tim Smith <tsmith@chef.io> | 2019-03-18 16:09:47 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-03-18 16:09:47 -0700 |
commit | cc9177218438d451785ee9d847ae93298bb5942c (patch) | |
tree | fb28859013aa8cd708a8ad22b235a8ced849d022 /.travis.yml | |
parent | 060e1257abb2ee491e14e9e81e2b01b96ae3cd6c (diff) | |
download | chef-zero-cc9177218438d451785ee9d847ae93298bb5942c.tar.gz |
Remove old sudo config from travis
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fdbe34a..1c82a67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ before_install: - gem update --system - gem install bundler -sudo: false language: ruby cache: bundler bundler_args: --jobs 7 --without debug |