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 /.travis.yml | |
parent | 87c306ea212c01ecc8f98009def5971fc4d5af11 (diff) |
no auto update - migrate the couch before
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
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" |