Skip to content

Commit

Permalink
I guess we're testing 2.0 now.
Browse files Browse the repository at this point in the history
  • Loading branch information
evan committed May 7, 2014
1 parent 4e606be commit 1c659c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
memcached (1.7.2)
memcached (1.8.0)

GEM
remote: https://rubygems.org/
Expand Down
6 changes: 5 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ def with_vm(vm, cmd)
end
end

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

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

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

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

Expand Down

0 comments on commit 1c659c0

Please sign in to comment.