Retrospring/.travis.yml

7 lines
209 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:setup
- bundle exec rake db:migrate