diff --git a/.travis.yml b/.travis.yml index ae2ce521..d737ff2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ rvm: before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" + - "cp config/site.yml.tmpl config/site.yml" script: "bundle exec rake ci"