retrospring/.travis.yml
2015-05-10 22:01:03 +02:00

6 lines
No EOL
205 B
YAML

language: ruby
rvm: 2.1
before_script:
- psql -c 'create database justask_test;' -U postgres
- cp config/database.yml.postgres config/database.yml
- cp config/justask.yml.example config/justask.yml