summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-03-05 14:03:29 +0100
committerAzul <azul@leap.se>2013-03-06 12:12:08 +0100
commitdced8579f8e21128e4164b5e27f154afd60edb39 (patch)
treef6e129b9792e1d254f685a3ff5820c1b7bd459f8 /.travis.yml
parent87c306ea212c01ecc8f98009def5971fc4d5af11 (diff)
no auto update - migrate the couch before
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 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"