aboutsummaryrefslogtreecommitdiffstats
path: root/ci/travis.rb
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-05-24 14:38:39 -0300
committerRafael França <rafaelmfranca@gmail.com>2016-05-24 14:38:39 -0300
commitc5b766a9a20c9dd5bf09e69a7c508f369c2eeea3 (patch)
treed80c6a886bd88cd478b5a2b9098095ea77249cdc /ci/travis.rb
parente882ce00ab38a5b6c652ac515bde76b86eef4dd7 (diff)
parent41c685608b960780e4a01baf4da1534ac86b73e9 (diff)
downloadrails-c5b766a9a20c9dd5bf09e69a7c508f369c2eeea3.tar.gz
rails-c5b766a9a20c9dd5bf09e69a7c508f369c2eeea3.tar.bz2
rails-c5b766a9a20c9dd5bf09e69a7c508f369c2eeea3.zip
Merge pull request #25130 from xhpwn/master
Improved commands in README with markdown formatting
Diffstat (limited to 'ci/travis.rb')
-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
{}