From b36f36190cf0f3d5b6c3d70308f0796c9c74d01d Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Tue, 9 Oct 2012 12:08:39 -0500 Subject: [PATCH] create a copy of site.yml on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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"