aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2014-10-20 11:32:06 +0200
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2014-10-20 11:32:06 +0200
commite374dc7bcdfdab7fa5c2cc79129286f3df095b37 (patch)
treeae14227b54aaa07b14dad329929c5f09a3758537 /.travis.yml
parentd7014ce1c66ffd14fb7a0d5403c4b3582446183e (diff)
downloadpuppet-dhcp-e374dc7bcdfdab7fa5c2cc79129286f3df095b37.tar.gz
puppet-dhcp-e374dc7bcdfdab7fa5c2cc79129286f3df095b37.tar.bz2
Update .travis.yml with ghpublisher [skip ci]
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
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: