From eb6cd0962108412fe92ac8ee2d013d22c0e709d4 Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 5 Mar 2013 14:21:46 +0100 Subject: restrict couch access to admin --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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\"'" -- cgit v1.2.3