From e0283050090d7e204ebaaab23b08504e39264466 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Fri, 20 Mar 2015 14:33:11 +0200 Subject: [PATCH] Added zonefile to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cb0a3fc07..de7572df0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ before_script: - cp config/database-travis.yml config/database.yml - RAILS_ENV=test bundle exec rake db:all:schema:load - RAILS_ENV=test bundle exec rake db:seed + - RAILS_ENV=test bundle exec rake zonefile:replace_procedure script: - RAILS_ENV=test bundle exec rake cache: bundler