diff options
-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 |