2015-05-10 12:44:03 -07:00
|
|
|
language: ruby
|
2015-05-11 03:39:12 -07:00
|
|
|
rvm: 2.1
|
2015-05-10 12:44:03 -07:00
|
|
|
before_script:
|
2015-05-10 13:01:03 -07:00
|
|
|
- cp config/database.yml.postgres config/database.yml
|
2015-05-10 13:06:09 -07:00
|
|
|
- cp config/justask.yml.example config/justask.yml
|
2015-05-10 13:24:58 -07:00
|
|
|
- bundle exec rake db:setup
|
2015-05-11 03:39:12 -07:00
|
|
|
- bundle exec rake db:migrate
|