From 41c685608b960780e4a01baf4da1534ac86b73e9 Mon Sep 17 00:00:00 2001 From: Anubhav Saxena Date: Tue, 24 May 2016 22:42:49 +0530 Subject: Minor comment language correction. --- ci/travis.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci') diff --git a/ci/travis.rb b/ci/travis.rb index ffeba995de..3faef500f2 100755 --- a/ci/travis.rb +++ b/ci/travis.rb @@ -121,8 +121,8 @@ class Build def env if activesupport? && !isolated? # There is a known issue with the listen tests that causes 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. + # incorrectly GC'ed even when they are still in-use. The current solution + # is to only run them in isolation to avoid randomly failing our test suite. { 'LISTEN' => '0' } else {} -- cgit v1.2.3