summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff McCune <jeff@puppetlabs.com>2013-01-09 16:12:47 -0800
committerJeff McCune <jeff@puppetlabs.com>2013-01-09 16:12:47 -0800
commitd674190d8e160b74250c514775003569b36d9984 (patch)
tree25e04008a272dc098a41cf543f88f9eb5d642881
parent2da85fa3a5f7ef94ec42cc300f51619bd5819ffb (diff)
parentdc04917a8e8c64ce20f21607e653b60f9ac35705 (diff)
downloadpuppet-stdlib-d674190d8e160b74250c514775003569b36d9984.tar.gz
puppet-stdlib-d674190d8e160b74250c514775003569b36d9984.tar.bz2
Merge pull request #123 from jeffmccune/feature/master/travis_webhook
Tell Travis CI to notify the PDC WebHook
-rw-r--r--.travis.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 529afbf..df58d5a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,13 @@
language: ruby
bundler_args: --without development
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
-notifications:
- email: false
rvm:
- 1.9.3
- 1.8.7
- ruby-head
env:
- PUPPET_GEM_VERSION="~> 2.7"
- - PUPPET_GEM_VERSION="~> 3"
+ - PUPPET_GEM_VERSION=">= 3.0.0"
matrix:
allow_failures:
- rvm: ruby-head
@@ -18,3 +16,11 @@ matrix:
env: PUPPET_GEM_VERSION="~> 2.7"
- rvm: ruby-head
env: PUPPET_GEM_VERSION="~> 2.7"
+notifications:
+ email: false
+ webhooks:
+ urls:
+ - https://puppet-dev-community.herokuapp.com/event/travis-ci/
+ on_success: always
+ on_failure: always
+ on_start: yes