Trying to figure out the travis-ci database configuration
This commit is contained in:
parent
7ccaf54e70
commit
ac832f160c
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ common: &common
|
|||
port: 3306
|
||||
# socket: /tmp/mysql.sock
|
||||
username: "root"
|
||||
password: "password"
|
||||
password: ""
|
||||
charset: utf8
|
||||
collation: utf8_bin
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue