Skip to content

Commit

Permalink
Stop testing on 1.8.7 since it doesn't come bundled with OS X anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
evan committed May 7, 2014
1 parent c95a191 commit 4e606be
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ def with_vm(vm, cmd)
end
end

task :test_18 do
with_vm("/usr/bin/ruby", "test")
end

task :test_19 do
with_vm("/opt/local/bin/ruby1.9", "test")
end
Expand All @@ -119,7 +115,7 @@ task :test_rbx do
with_vm("/usr/local/rubinius/1.2.4/bin/rbx", "test")
end

task :test_all => [:test_18, :test_19, :test_rbx]
task :test_all => [:test_19, :test_rbx]

task :prerelease => [:manifest, :test_all, :install]

Expand Down

0 comments on commit 4e606be

Please sign in to comment.