aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorAnubhav Saxena <anubhavsaxena97@gmail.com>2016-05-24 22:42:49 +0530
committerAnubhav Saxena <anubhavsaxena97@gmail.com>2016-05-24 22:42:49 +0530
commit41c685608b960780e4a01baf4da1534ac86b73e9 (patch)
treed80c6a886bd88cd478b5a2b9098095ea77249cdc /ci
parent24ee911497fdfa950b0481108e8750d08de7f36d (diff)
downloadrails-41c685608b960780e4a01baf4da1534ac86b73e9.tar.gz
rails-41c685608b960780e4a01baf4da1534ac86b73e9.tar.bz2
rails-41c685608b960780e4a01baf4da1534ac86b73e9.zip
Minor comment language correction.
Diffstat (limited to 'ci')
-rwxr-xr-xci/travis.rb4
1 files changed, 2 insertions, 2 deletions
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
{}