From 12316bb57517975c11a8b1ff099cf4c2bcae1467 Mon Sep 17 00:00:00 2001 From: Evan Weaver Date: Sun, 26 Feb 2012 11:12:57 -0800 Subject: [PATCH] REE version. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index a7f6015..8d676c4 100644 --- a/Rakefile +++ b/Rakefile @@ -72,7 +72,7 @@ task :valgrind do end def with_vms(cmd) - ["ree", "1.9.2", "rbx"].each do |vm| #, "jruby-head" + ["ree-1.8.7-2011.03", "1.9.2", "rbx"].each do |vm| #, "jruby-head" if !system("bash -c 'cd && source .bash_profile && rvm use #{vm} && cd - && rake clean >> /dev/null && rake compile >> /dev/null && rake #{cmd}'") puts "#{vm} #{cmd} failed" exit(1)