Retrospring/.travis.yml

5 lines
152 B
YAML
Raw Normal View History

2015-05-10 12:44:03 -07:00
language: ruby
rvm: 2.1
before_script:
2015-05-10 12:56:54 -07:00
- psql -c 'create database justask_test;' -U postgres
- cp config/database.yml.postgres config/database.yml