aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-11-28 13:38:19 -0500
committerGitHub <noreply@github.com>2017-11-28 13:38:19 -0500
commit101e1d1ec83b70c5424d5c83109342b3686d01e7 (patch)
treeea6f706622edd6ce9e20e2d9c9ee1fda73cb0722 /ci
parent076d1621bbd8e254d66b6f47025961a1de16f30d (diff)
parent37cf9b34667965402e804d75a78ccdeeb7d55166 (diff)
downloadrails-101e1d1ec83b70c5424d5c83109342b3686d01e7.tar.gz
rails-101e1d1ec83b70c5424d5c83109342b3686d01e7.tar.bz2
rails-101e1d1ec83b70c5424d5c83109342b3686d01e7.zip
Merge pull request #31264 from fatosmorina/fix_typos
Fix typos and add a few suggestions
Diffstat (limited to 'ci')
-rwxr-xr-xci/travis.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/travis.rb b/ci/travis.rb
index b124358789..f521ef3cf6 100755
--- a/ci/travis.rb
+++ b/ci/travis.rb
@@ -135,7 +135,7 @@ class Build
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 solution
- # is to only run them in isolation to avoid randomly failing our test suite.
+ # is to only run them in isolation to avoid random failures of our test suite.
{ "LISTEN" => "0" }
else
{}