Skip to content

Commit

Permalink
Run build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
raggi committed Jan 27, 2009
1 parent f56ec55 commit 402923d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Expand Up @@ -168,4 +168,5 @@ task :gemspec => :clobber do
open("eventmachine.gemspec", 'w') { |f| f.write Spec.to_ruby } open("eventmachine.gemspec", 'w') { |f| f.write Spec.to_ruby }
end end


task :clobber => :clean task :clobber => :clean
task :test => :build

0 comments on commit 402923d

Please sign in to comment.