not run Capybara tests on the CI server (#12822)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11979 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-06-14 14:39:48 +00:00
parent 56f9354998
commit 9bf4288af9
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 >= '1.9.3'
# Rake::Task["test:ui"].invoke if RUBY_VERSION >= '1.9.3'
end
desc "Finish the build"