Skip to content

Commit

Permalink
Update local portability task to test on 1.8.7, 1.9.2, ree, rbx and j…
Browse files Browse the repository at this point in the history
…ruby
  • Loading branch information
netzpirat committed May 10, 2011
1 parent db1a7f7 commit 3b3cca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -8,7 +8,7 @@ task :default => :spec
namespace(:spec) do
desc "Run all specs on multiple ruby versions (requires rvm)"
task(:portability) do
%w[1.8.7 1.9.2].each do |version|
%w[1.8.7 1.9.2 ree rbx jruby].each do |version|
system <<-BASH
bash -c 'source ~/.rvm/scripts/rvm;
rvm #{version};
Expand Down

0 comments on commit 3b3cca1

Please sign in to comment.