diff options
| author | Alban Peignier | 2017-05-03 10:00:04 +0200 |
|---|---|---|
| committer | jpl | 2017-05-04 10:11:35 +0200 |
| commit | dd3ffc134fbb00aa6babbfbb2e70bff7c365e313 (patch) | |
| tree | 964064e368a24dc3cf517937351058a7a7c06361 | |
| parent | 93aaa55a36585fbf8121233bff5f9664b33a08df (diff) | |
| download | chouette-core-dd3ffc134fbb00aa6babbfbb2e70bff7c365e313.tar.bz2 | |
Add teaspoon in ci dependencies. Fixes #3275
| -rw-r--r-- | lib/tasks/ci.rake | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |
