summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 864af8a..91b5464 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@ services:
- postgresql
before_script:
- "cp config/database.yml.$DB config/database.yml"
+ - "cp config/application.yml.example config/application.yml"
- "bundle exec rake db:create"
- "bundle exec rake db:setup"
script: "bundle exec rake spec"