diff options
| author | Robert | 2017-05-03 15:06:55 +0200 |
|---|---|---|
| committer | Robert | 2017-05-03 15:06:55 +0200 |
| commit | ac21b91acc07027e27b53ea5d63355505a7bedaf (patch) | |
| tree | 0cede0946906a8d72a66df1e6cb922ff9a5b4beb /lib | |
| parent | c415af8d04de007e117fe6992f79c7937342139f (diff) | |
| parent | 534bc4065c4b3a2ed0a10527f27bac4e7b5aa472 (diff) | |
| download | chouette-core-ac21b91acc07027e27b53ea5d63355505a7bedaf.tar.bz2 | |
Merge branch 'master' of github.com:af83/stif-boiv
Diffstat (limited to 'lib')
| -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 85d1cbdf9..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", "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"] |
