Skip to content

Commit

Permalink
and again
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedouglas committed Mar 26, 2010
1 parent 936662b commit bd097b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -10,9 +10,9 @@ task :default => :spec

task :ci_spec do
Dir.chdir('ext') do
sh "make clean" rescue nil
sh '/usr/bin/env bash -c "make clean"' rescue nil
sh "~/.rvm/bin/memprof_ruby extconf.rb"
sh "make"
sh '/usr/bin/env bash -c "make"'
end
sh "~/.rvm/bin/memprof_ruby spec/memprof_spec.rb"
end
Expand Down

0 comments on commit bd097b7

Please sign in to comment.