From ac832f160cb697ccd010e352a6038cca4aff040a Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Sat, 2 Jul 2011 00:15:35 -0700 Subject: [PATCH] Trying to figure out the travis-ci database configuration --- .travis.yml | 2 +- config/database.yml.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2509d3373..e15eeb1a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,5 @@ rvm: - ree # - 1.9.2 -script: "cp config/database.yml.example config/database.yml; bundle exec rake cruise" +script: "cp config/database.yml.example config/database.yml; bundle exec rake db:create; bundle exec rake cruise" env: "TRAVIS=true" diff --git a/config/database.yml.example b/config/database.yml.example index 3ac184348..1c26808d9 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -4,7 +4,7 @@ common: &common port: 3306 # socket: /tmp/mysql.sock username: "root" - password: "password" + password: "" charset: utf8 collation: utf8_bin