diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-07-19 14:27:20 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-07-19 14:27:20 -0700 |
commit | dec2fbda0e1b8e9b9e7fe7a35aef1156b5afc04f (patch) | |
tree | 04101a58b8a29e86b0529ce738c96028e3695574 /.travis.yml | |
parent | d6243f194796fc9a928ce80a1386fbd034fc390b (diff) | |
download | chef-dec2fbda0e1b8e9b9e7fe7a35aef1156b5afc04f.tar.gz |
Remove leftover rspec testing config in travis
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
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 |