Trying to figure out the travis-ci database configuration

This commit is contained in:
Raphael Sofaer 2011-07-02 00:15:35 -07:00
parent 7ccaf54e70
commit ac832f160c
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -4,7 +4,7 @@ common: &common
port: 3306
# socket: /tmp/mysql.sock
username: "root"
password: "password"
password: ""
charset: utf8
collation: utf8_bin