From 3caa4dd1bdf2ddc3c32baf4e3add8cd06c37f9f5 Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 5 Mar 2013 14:51:44 +0100 Subject: make sure couchrest actually finds our models in the engines --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') 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\"'" -- cgit v1.2.3