summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6b9a119..232467c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,3 +2,9 @@ services:
- couchdb
notifications:
email: false
+before_script:
+ - "test/setup_couch.sh"
+ - "mv test/config/couchdb.yml.admin config/couchdb.yml"
+ - "bundle exec rake couchrest:migrate_with_proxies"
+ - "bundle exec rake couchrest:migrate_with_proxies" # looks like this needs to run twice
+ - "mv test/config/couchdb.yml.user config/couchdb.yml"