diff options
| -rw-r--r-- | .travis.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1d0939d..63b69b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,5 @@ before_script:    - "bundle exec rake couchrest:migrate_with_proxies"    - "bundle exec rake couchrest:migrate_with_proxies"  # looks like this needs to run twice    - 'HOST="http://localhost:5984"' +  - "curl -X PUT $HOST/sessions"    - "curl -X PUT $HOST/_config/admins/anna -d '\"secret\"'"  | 
