summaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-06-10 00:51:37 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-06-10 00:51:37 +0000
commit5a7f656303f02d49f3d79cb0183e090a5e0c80af (patch)
tree8b7e133fa105d9dd5b45e5af0154f563cd5b2fc8 /lib/tasks
parent2d02a2692ab3844d0b837bda9734d834d38357da (diff)
downloadredmine-5a7f656303f02d49f3d79cb0183e090a5e0c80af.tar.gz
redmine-5a7f656303f02d49f3d79cb0183e090a5e0c80af.zip
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
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/ci.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake
index 0c9deeea4..cae626150 100644
--- a/lib/tasks/ci.rake
+++ b/lib/tasks/ci.rake
@@ -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"