aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/travis.rb10
1 files changed, 2 insertions, 8 deletions
diff --git a/ci/travis.rb b/ci/travis.rb
index 658d66c6b4..b29e06dd5c 100755
--- a/ci/travis.rb
+++ b/ci/travis.rb
@@ -111,14 +111,8 @@ class Build
end
def env
- if activesupport? && !isolated?
- # There is a known issue with the listen tests that casuses files to be
- # incorrectly GC'ed even when they are still in-use. The current is to
- # only run them in isolation to avoid randomly failing our test suite.
- { 'LISTEN' => '0' }
- else
- {}
- end
+ # Provide extra ENV variables for the build here
+ {}
end
def run_bug_report_templates