diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-05-02 11:01:14 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-05-02 11:02:22 -0700 |
commit | 173276889724a623a6bccc9f10b1a872d4f75643 (patch) | |
tree | 3774bb7ed4a87209ea6ed700ed4ef8af0f7e68d0 /.travis.yml | |
parent | 6ebcf641f8be95ac4784359e086bc19cebca78da (diff) | |
download | chef-173276889724a623a6bccc9f10b1a872d4f75643.tar.gz |
add some comments [ci skip]lcg/redundant
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 103b0ec68b..45989a6bb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,10 @@ before_install: bundler_args: --without changelog development docgen guard maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen 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 || true # do not run expensive spec tests on PRs, only on branches |