##// END OF EJS Templates
run test:ui on CI Server Ruby 1.9.3 or higher (#12822)...
Toshi MARUYAMA -
r11721:5a7f656303f0
parent child
Show More
@@ -23,7 +23,7 namespace :ci do
23 desc "Build Redmine"
23 desc "Build Redmine"
24 task :build do
24 task :build do
25 Rake::Task["test"].invoke
25 Rake::Task["test"].invoke
26 Rake::Task["test:ui"].invoke if RUBY_VERSION >= '2.0.0'
26 Rake::Task["test:ui"].invoke if RUBY_VERSION >= '1.9.3'
27 end
27 end
28
28
29 desc "Finish the build"
29 desc "Finish the build"
General Comments 0
You need to be logged in to leave comments. Login now