diff options
| author | Alban Peignier | 2016-11-27 15:19:39 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2016-11-27 15:19:39 +0100 | 
| commit | a5c4f171ba82206dc473fc1fc8c82f005e8e46cf (patch) | |
| tree | d943a7454a16a117ee933bdb7eae2cfa3d1e1d45 /lib/tasks | |
| parent | c06535f7f71b302d844de8de019953d282ffcf9a (diff) | |
| download | chouette-core-a5c4f171ba82206dc473fc1fc8c82f005e8e46cf.tar.bz2 | |
Add ci:check_security in ci task. Refs #2068
Diffstat (limited to 'lib/tasks')
| -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 e1d0e87a4..828f2ade8 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", "cucumber", "ci:deploy", "ci:clean"] +task :ci => ["ci:setup", "spec", "cucumber", "ci:check_security", "ci:deploy", "ci:clean"] | 
