create a copy of site.yml on Travis

This commit is contained in:
Matt Rogers 2012-10-09 12:08:39 -05:00
parent fc8ad0f7b8
commit b36f36190c

View file

@ -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"