aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2015-11-18 15:59:08 +0000
committerMike McQuaid2015-11-18 17:06:28 +0000
commitc6621faf183f175821fd5b7fcd98f2404c8a4be7 (patch)
tree44c19b5c191eb8daeb0e4d6239f5cbb880e48151 /Library/Homebrew/cmd
parent11a421948d43210451a536fb40b8c10b838ff8c6 (diff)
downloadbrew-c6621faf183f175821fd5b7fcd98f2404c8a4be7.tar.bz2
travis: test 10.9 using Ruby 1.8.
Closes Homebrew/homebrew#45816. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index b05dcb03c..fb51d07eb 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -632,7 +632,7 @@ module Homebrew
else
test "brew", "tests", "--no-compat"
readall_args = ["--aliases"]
- readall_args << "--syntax" if MacOS.version >= :mavericks
+ readall_args << "--syntax" if RUBY_VERSION.split(".").first.to_i >= 2
test "brew", "readall", *readall_args
test "brew", "update-test"
end