diff options
| author | Alban Peignier | 2017-05-03 14:22:58 +0200 |
|---|---|---|
| committer | jpl | 2017-05-04 10:11:35 +0200 |
| commit | 9e7e5a406bb5584e1612df7cd7c62988cae3cf6e (patch) | |
| tree | ea3e233bdb6e19b14e2f2e91898921ddac00e264 | |
| parent | 9720fd4b0195f4ed93fd7cf82e80ae0412736ca0 (diff) | |
| download | chouette-core-9e7e5a406bb5584e1612df7cd7c62988cae3cf6e.tar.bz2 | |
Disable teaspoon (#mybad). Refs #3275
| -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"] |
