summaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-06-14 14:39:48 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-06-14 14:39:48 +0000
commit9bf4288af9e503212d81472f7bc0ab6db0623f96 (patch)
tree0993e2c871a58a3183fd65cb8fd299e684ecd394 /lib/tasks
parent56f9354998b6798aeddcd6a07d4d59ec7d928e30 (diff)
downloadredmine-9bf4288af9e503212d81472f7bc0ab6db0623f96.tar.gz
redmine-9bf4288af9e503212d81472f7bc0ab6db0623f96.zip
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
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 cae626150..df6299560 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 >= '1.9.3'
+ # Rake::Task["test:ui"].invoke if RUBY_VERSION >= '1.9.3'
end
desc "Finish the build"