diff options
| author | Alban Peignier | 2017-05-03 14:22:58 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2017-05-03 15:40:10 +0200 | 
| commit | 06db1209afed8bb4d42552c40f9f635ff0d25e4c (patch) | |
| tree | b9390a3135393b21de15f7cde44b8d520fe3884e /lib | |
| parent | e665b02375e9b3a9c028a7b8b43c6cb61ad4fca6 (diff) | |
| download | chouette-core-06db1209afed8bb4d42552c40f9f635ff0d25e4c.tar.bz2 | |
Disable teaspoon (#mybad). Refs #3275
Diffstat (limited to 'lib')
| -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 926d10aca..79cf35db9 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", "teaspoon", "cucumber", "ci:check_security", "ci:deploy", "ci:clean"] +task :ci => ["ci:setup", "spec", "cucumber", "ci:check_security", "ci:deploy", "ci:clean"] | 
