Added zonefile to travis

This commit is contained in:
Priit Tark 2015-03-20 14:33:11 +02:00
parent d1a2c863bf
commit e028305009

View file

@ -17,6 +17,7 @@ before_script:
- cp config/database-travis.yml config/database.yml - 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:all:schema:load
- RAILS_ENV=test bundle exec rake db:seed - RAILS_ENV=test bundle exec rake db:seed
- RAILS_ENV=test bundle exec rake zonefile:replace_procedure
script: script:
- RAILS_ENV=test bundle exec rake - RAILS_ENV=test bundle exec rake
cache: bundler cache: bundler