mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 19:48:48 +01:00
create a copy of database.yml on Travis
This commit is contained in:
parent
f81905cbb5
commit
e569cd081a
1 changed files with 2 additions and 0 deletions
|
|
@ -4,9 +4,11 @@ rvm:
|
|||
- 1.8.7
|
||||
|
||||
before_install:
|
||||
- "mysql -e 'create database tracks_test;'"
|
||||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
- "cp config/site.yml.tmpl config/site.yml"
|
||||
- "cp config/database.yml.tmpl config/database.yml"
|
||||
|
||||
script: "bundle exec rake ci"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue