summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
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