summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-11-08 21:19:49 -0800
committerTim Smith <tsmith@chef.io>2017-11-08 21:19:49 -0800
commit6327d5a8e84e2c9c6a20418c71b9d3006ae40671 (patch)
treef6ce1435fd9415f3fd5e538236c0df13bc82ab97
parent9845d72528c9068fb2aa4182554764a5f07da6a4 (diff)
downloadchef-6327d5a8e84e2c9c6a20418c71b9d3006ae40671.tar.gz
What home dir look like
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 f9ed4581bb..f678b348a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,10 +17,10 @@ before_script:
- echo --color > .rspec
- echo -fp >> .rspec
# necessary for sudo: true tests, ingore failures on tests invoked with sudo: false
- - sudo cat /etc/sudoers
- which bundle
- sudo sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers || true
- sudo cat /etc/sudoers
+ - ls -laR ~
# do not run expensive spec tests on PRs, only on branches
branches: