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

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11810 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-05-09 13:45:32 +00:00
parent e038d630d5
commit cd2776a96f
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 unless RUBY_VERSION < '1.9'
Rake::Task["test:ui"].invoke if RUBY_VERSION >= '1.9.3'
end
desc "Finish the build"