From bc45e4ccd5dc999efb2c49a91750e3493d07407a Mon Sep 17 00:00:00 2001 From: Alban Peignier Date: Wed, 3 May 2017 10:00:04 +0200 Subject: Add teaspoon in ci dependencies. Fixes #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 85d1cbdf9..b4dc677c8 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -39,5 +39,5 @@ namespace :ci do end desc "Run continuous integration tasks (spec, ...)" -task :ci => ["ci:setup", "spec", "cucumber", "ci:deploy", "ci:clean"] +task :ci => ["ci:setup", "spec", "teaspoon", "cucumber", "ci:deploy", "ci:clean"] # task :ci => ["ci:setup", "spec", "cucumber", "ci:check_security", "ci:deploy", "ci:clean"] -- cgit v1.2.3