summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-01-04 11:15:13 -0800
committerTim Smith <tsmith@chef.io>2018-01-04 11:15:13 -0800
commit1af63da7b7bcef79fd03f8f355e60062420c7110 (patch)
tree7dfadb31940b2229b77b9de011ab0af90ca8b54f
parentc6433605bae0a9f52c843ca8cb97e64b2bcf5f0a (diff)
downloadchef-travis_speedup.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>
-rw-r--r--.travis.yml1
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