From 06db1209afed8bb4d42552c40f9f635ff0d25e4c Mon Sep 17 00:00:00 2001 From: Alban Peignier Date: Wed, 3 May 2017 14:22:58 +0200 Subject: Disable teaspoon (#mybad). Refs #3275 --- lib/tasks/ci.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tasks') 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"] -- cgit v1.2.3