diff options
| author | Azul <azul@leap.se> | 2013-03-05 14:03:29 +0100 | 
|---|---|---|
| committer | Azul <azul@leap.se> | 2013-03-06 12:12:08 +0100 | 
| commit | dced8579f8e21128e4164b5e27f154afd60edb39 (patch) | |
| tree | f6e129b9792e1d254f685a3ff5820c1b7bd459f8 | |
| parent | 87c306ea212c01ecc8f98009def5971fc4d5af11 (diff) | |
no auto update - migrate the couch before
| -rw-r--r-- | .travis.yml | 1 | ||||
| -rw-r--r-- | config/couchdb.yml | 2 | 
2 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6b9a119..5821fda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,4 @@ services:    - couchdb  notifications:    email: false +before_script: "bundle exec rake couchrest:migrate_with_proxies" diff --git a/config/couchdb.yml b/config/couchdb.yml new file mode 100644 index 0000000..2345dc3 --- /dev/null +++ b/config/couchdb.yml @@ -0,0 +1,2 @@ +test: +  auto_update_design_doc: false  | 
