run test:ui on CI Server Ruby 1.9.3 or higher (#12822)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11951 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-06-10 00:51:37 +00:00
parent 2d02a2692a
commit 5a7f656303
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ namespace :ci do
desc "Build Redmine"
task :build do
Rake::Task["test"].invoke
Rake::Task["test:ui"].invoke if RUBY_VERSION >= '2.0.0'
Rake::Task["test:ui"].invoke if RUBY_VERSION >= '1.9.3'
end
desc "Finish the build"