aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
authorAlban Peignier2016-11-27 15:19:39 +0100
committerAlban Peignier2016-11-27 15:19:39 +0100
commita5c4f171ba82206dc473fc1fc8c82f005e8e46cf (patch)
treed943a7454a16a117ee933bdb7eae2cfa3d1e1d45 /lib/tasks
parentc06535f7f71b302d844de8de019953d282ffcf9a (diff)
downloadchouette-core-a5c4f171ba82206dc473fc1fc8c82f005e8e46cf.tar.bz2
Add ci:check_security in ci task. Refs #2068
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/ci.rake2
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"]