diff --git a/.travis.yml b/.travis.yml index 3a4e6507..d8ca753c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,5 @@ language: ruby rvm: 2.1 before_script: - psql -c 'create database justask_test;' -U postgres - - cp config/database.yml.postgres config/database.yml \ No newline at end of file + - cp config/database.yml.postgres config/database.yml + - cp config/justask.yml.example config/justask.yml \ No newline at end of file