summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-04 15:54:01 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-04 15:54:01 +0300
commit11cbc59f9a9ed86ff4ebc23faebb19303838c2e5 (patch)
tree8b71f7d75be51d7de59660db9cb8658c8933281f /.travis.yml
parentc9e8ff9e894ee2e3c593c99d5b56cec6d91151ec (diff)
downloadgitlab-ci-11cbc59f9a9ed86ff4ebc23faebb19303838c2e5.tar.gz
Fix builds for travis
Diffstat (limited to '.travis.yml')
-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"