diff options
| author | Alban Peignier | 2017-05-03 10:07:30 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2017-05-03 10:07:30 +0200 | 
| commit | bc55e06d948fc69d8639ae5dcfaa8adcc7a97926 (patch) | |
| tree | 06b8a9dc5f9d82ab3ad651472977f43415e84be2 /lib/tasks | |
| parent | 24fc29e3712fbfbfaaf5dba5924fa63fccdc4878 (diff) | |
| download | chouette-core-bc55e06d948fc69d8639ae5dcfaa8adcc7a97926.tar.bz2 | |
Restore ci:check_security in ci task. Fixes last warnings in Gemfile
Diffstat (limited to 'lib/tasks')
| -rw-r--r-- | lib/tasks/ci.rake | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index b4dc677c8..926d10aca 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -39,5 +39,4 @@ namespace :ci do  end  desc "Run continuous integration tasks (spec, ...)" -task :ci => ["ci:setup", "spec", "teaspoon", "cucumber", "ci:deploy", "ci:clean"] -# task :ci => ["ci:setup", "spec", "cucumber", "ci:check_security", "ci:deploy", "ci:clean"] +task :ci => ["ci:setup", "spec", "teaspoon", "cucumber", "ci:check_security", "ci:deploy", "ci:clean"] | 
