Don't run Capybara tests on the CI server (#12822).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11345 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2013-02-10 17:09:33 +00:00
parent 01a7c34828
commit a24bf65a8b
1 changed files with 1 additions and 1 deletions

View File

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