From: Raphaƫl Pinson Date: Mon, 20 Oct 2014 09:32:06 +0000 (+0200) Subject: Update .travis.yml with ghpublisher [skip ci] X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e374dc7bcdfdab7fa5c2cc79129286f3df095b37;p=puppet-dhcp.git Update .travis.yml with ghpublisher [skip ci] --- diff --git a/.travis.yml b/.travis.yml index 0e0b6c6..89be2d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,14 @@ language: ruby bundler_args: --without development script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" +after_success: + ["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"] +env: + global: + - PUBLISHER_LOGIN=camptocamp + - secure: "GYIGnZ98ZyME1UnbaC94ymdyPQq6fdDHDgPf/HWgGdDAdGKFar7uxAQhSv5F +HdV3pDly4HEecB3dGr90la2gm4lUvtHvV+FCiSaEwocHegeICvWaJDUOh5+e +nl2svx0XlpdjCPMO/3EGZ4EWT/Sy1OVFJCiBO2CDE5h+Ex+xcDs=" matrix: fast_finish: true include: