diff options
author | Azul <azul@leap.se> | 2013-03-06 11:43:49 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-03-06 12:12:49 +0100 |
commit | f70366e27aaac985c876d1d0260d7aab8b7ed8b5 (patch) | |
tree | e496cbc1f9da52b400e010889ce17bdafc841b34 /config | |
parent | c3bf76fcacb9576f674895a57fd3a47a2872fd8e (diff) |
simulate couch migration workflow on travis
* first setup couch similar to what we'll have on the platform
* then run migrations as admin
* then drop admin privileges
* then proceed with the normal test script
Diffstat (limited to 'config')
-rw-r--r-- | config/couchdb.yml.admin | 3 | ||||
-rw-r--r-- | config/couchdb.yml.user | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/config/couchdb.yml.admin b/config/couchdb.yml.admin deleted file mode 100644 index d3cb72c..0000000 --- a/config/couchdb.yml.admin +++ /dev/null @@ -1,3 +0,0 @@ -test: - auto_update_design_doc: false - prefix: "" diff --git a/config/couchdb.yml.user b/config/couchdb.yml.user deleted file mode 100644 index 9c8b67b..0000000 --- a/config/couchdb.yml.user +++ /dev/null @@ -1,5 +0,0 @@ -test: - auto_update_design_doc: false - username: "me" - password: "pwd" - prefix: "" |