##// END OF EJS Templates
Adds test:ui to ci:build....
Jean-Philippe Lang -
r11058:41faf7f5f544
parent child
Show More
@@ -22,6 +22,7 namespace :ci do
22 22 desc "Build Redmine"
23 23 task :build do
24 24 Rake::Task["test"].invoke
25 Rake::Task["test:ui"].invoke unless RUBY_VERSION < '1.9'
25 26 end
26 27
27 28 desc "Finish the build"
General Comments 0
You need to be logged in to leave comments. Login now