diff options
author | Azul <azul@leap.se> | 2013-03-05 14:51:44 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-03-06 12:12:48 +0100 |
commit | 3caa4dd1bdf2ddc3c32baf4e3add8cd06c37f9f5 (patch) | |
tree | aaa53a1050e945e173c508911131c737acc1b2c1 /.travis.yml | |
parent | eb6cd0962108412fe92ac8ee2d013d22c0e709d4 (diff) |
make sure couchrest actually finds our models in the engines
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 44da3cb..1d0939d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,6 @@ 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\"'" |