diff options
| author | jpl | 2016-11-28 16:03:34 +0100 |
|---|---|---|
| committer | jpl | 2016-11-28 16:03:34 +0100 |
| commit | 5143e629513e5905cefcf081da6a4cb487decec3 (patch) | |
| tree | 8f1e036ab40c8ef2b3ff90653515011616e37fc3 /lib | |
| parent | d518054f4d8ce2beba0ffcb4e4ed85d001534d3e (diff) | |
| download | chouette-core-5143e629513e5905cefcf081da6a4cb487decec3.tar.bz2 | |
Refs #2068: remove ci:check_security, in order to allow builds
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/tasks/ci.rake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index 828f2ade8..52bab7aa4 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -39,4 +39,5 @@ namespace :ci do end desc "Run continuous integration tasks (spec, ...)" -task :ci => ["ci:setup", "spec", "cucumber", "ci:check_security", "ci:deploy", "ci:clean"] +task :ci => ["ci:setup", "spec", "cucumber", "ci:deploy", "ci:clean"] +# task :ci => ["ci:setup", "spec", "cucumber", "ci:check_security", "ci:deploy", "ci:clean"] |
