diff options
author | Tim Smith <tsmith@chef.io> | 2018-01-04 11:15:13 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-01-04 11:15:13 -0800 |
commit | 1af63da7b7bcef79fd03f8f355e60062420c7110 (patch) | |
tree | 7dfadb31940b2229b77b9de011ab0af90ca8b54f /.travis.yml | |
parent | c6433605bae0a9f52c843ca8cb97e64b2bcf5f0a (diff) | |
download | chef-1af63da7b7bcef79fd03f8f355e60062420c7110.tar.gz |
Don't run sudo on every travis jobtravis_speedup
We already specify sudo where we need it. Enabling it everywhere just
means we have to run full boxes that take longer to spin up.
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 ab0411e4b3..4fd6e8c780 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: ruby -sudo: required cache: bundler dist: trusty |