diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5821fda..44da3cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,7 @@ services: - couchdb notifications: email: false -before_script: "bundle exec rake couchrest:migrate_with_proxies" +before_script: + - "bundle exec rake couchrest:migrate_with_proxies" + - 'HOST="http://localhost:5984"' + - "curl -X PUT $HOST/_config/admins/anna -d '\"secret\"'" |