aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlban Peignier2017-05-03 14:22:58 +0200
committerjpl2017-05-04 10:11:35 +0200
commit9e7e5a406bb5584e1612df7cd7c62988cae3cf6e (patch)
treeea3e233bdb6e19b14e2f2e91898921ddac00e264
parent9720fd4b0195f4ed93fd7cf82e80ae0412736ca0 (diff)
downloadchouette-core-9e7e5a406bb5584e1612df7cd7c62988cae3cf6e.tar.bz2
Disable teaspoon (#mybad). Refs #3275
-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 926d10aca..79cf35db9 100644
--- a/lib/tasks/ci.rake
+++ b/lib/tasks/ci.rake
@@ -39,4 +39,4 @@ namespace :ci do
end
desc "Run continuous integration tasks (spec, ...)"
-task :ci => ["ci:setup", "spec", "teaspoon", "cucumber", "ci:check_security", "ci:deploy", "ci:clean"]
+task :ci => ["ci:setup", "spec", "cucumber", "ci:check_security", "ci:deploy", "ci:clean"]