summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-07-19 14:27:20 -0700
committerTim Smith <tsmith84@gmail.com>2019-07-19 14:27:20 -0700
commitdec2fbda0e1b8e9b9e7fe7a35aef1156b5afc04f (patch)
tree04101a58b8a29e86b0529ce738c96028e3695574
parentd6243f194796fc9a928ce80a1386fbd034fc390b (diff)
downloadchef-dec2fbda0e1b8e9b9e7fe7a35aef1156b5afc04f.tar.gz
Remove leftover rspec testing config in travis
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6904a1da75..62c1613090 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,9 +15,6 @@ before_install:
- rm -f .bundle/config
before_script:
- # force all .rspec tests into progress display to reduce line count
- - echo --color > .rspec
- - echo -fp >> .rspec
# necessary for sudo: true tests, ingore failures on tests invoked with sudo: false
- sudo sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers