diff options
| author | Alban Peignier | 2017-05-03 10:00:04 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2017-05-03 10:00:04 +0200 | 
| commit | bc45e4ccd5dc999efb2c49a91750e3493d07407a (patch) | |
| tree | a8511872c18f76ea6cfdae5e9a81256b887c2064 /lib | |
| parent | e89703a1646711ea2387e6058765aa3c6b953971 (diff) | |
| download | chouette-core-bc45e4ccd5dc999efb2c49a91750e3493d07407a.tar.bz2 | |
Add teaspoon in ci dependencies. Fixes #3275
Diffstat (limited to 'lib')
| -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"] | 
