summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 1d0939ddc91d1a8195d75689e95c24c2611e2835 (plain)
1
2
3
4
5
6
7
8
9
services:
  - couchdb
notifications:
  email: false
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/_config/admins/anna -d '\"secret\"'"