mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 04:26:03 +01:00
6 lines
214 B
YAML
6 lines
214 B
YAML
language: ruby
|
|
rvm: 2.1
|
|
before_script:
|
|
- cp config/database.yml.postgres config/database.yml
|
|
- cp config/justask.yml.example config/justask.yml
|
|
- bundle exec rake db:drop db:create db:migrate db:test:prepare
|