mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-16 01:06:32 +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
|
- 1.8.7
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- "mysql -e 'create database tracks_test;'"
|
||||||
- "export DISPLAY=:99.0"
|
- "export DISPLAY=:99.0"
|
||||||
- "sh -e /etc/init.d/xvfb start"
|
- "sh -e /etc/init.d/xvfb start"
|
||||||
- "cp config/site.yml.tmpl config/site.yml"
|
- "cp config/site.yml.tmpl config/site.yml"
|
||||||
|
- "cp config/database.yml.tmpl config/database.yml"
|
||||||
|
|
||||||
script: "bundle exec rake ci"
|
script: "bundle exec rake ci"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue