summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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