summaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-01-29 18:49:33 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-01-29 18:49:33 +0000
commit41faf7f5f54441a2f0ace22d5e40a0bd527a7885 (patch)
tree422c0c1bfc233eff2b8c6ecf1a59aefec66cf6a4 /lib/tasks
parent69ac014e2ec0abe696f44b1622054e2adf0f016c (diff)
downloadredmine-41faf7f5f54441a2f0ace22d5e40a0bd527a7885.tar.gz
redmine-41faf7f5f54441a2f0ace22d5e40a0bd527a7885.zip
Adds test:ui to ci:build.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11288 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/ci.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake
index c507b8d88..7fce9f290 100644
--- a/lib/tasks/ci.rake
+++ b/lib/tasks/ci.rake
@@ -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"