mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 23:50:02 +01:00
laziness fix
This commit is contained in:
parent
c393cb419d
commit
c974990206
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
language: ruby
|
||||
rvm: 2.1
|
||||
before_script:
|
||||
- psql -c 'create database justask_test;' -U postgres
|
||||
- bundle exec rake db:create
|
||||
- cp config/database.yml.postgres config/database.yml
|
||||
- cp config/justask.yml.example config/justask.yml
|
||||
- bundle exec rake db:migrate
|
Loading…
Reference in a new issue