summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-03-05 14:52:49 +0100
committerAzul <azul@leap.se>2013-03-06 12:12:48 +0100
commita285e20602bbffbf1436be2036ecf103bb898dfb (patch)
tree28bc990207967a156c049360420f23d97270c63c /.travis.yml
parent3caa4dd1bdf2ddc3c32baf4e3add8cd06c37f9f5 (diff)
create sessions db - it's not a CouchRest Model db.
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 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\"'"