Adds test:ui to ci:build.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11288 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2013-01-29 18:49:33 +00:00
parent 69ac014e2e
commit 41faf7f5f5
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ namespace :ci do
desc "Build Redmine"
task :build do
Rake::Task["test"].invoke
Rake::Task["test:ui"].invoke unless RUBY_VERSION < '1.9'
end
desc "Finish the build"