summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Wagner <waja@cyconet.org>2016-11-29 08:58:10 (GMT)
committerJan Wagner <waja@cyconet.org>2016-11-29 09:38:43 (GMT)
commitfe69d3680a1104adcc35d3722f38ac05a976e21f (patch)
tree0f8a0398a308917158624f6a430651f771b0323c
parentdb93deea319e54aea52618108adfebdfab1f1a26 (diff)
downloadmonitoring-plugins-fe69d36.tar.gz
travis-ci: Workaround travis-ci/travis-ci#329
By encrypting the notification settings. This still fail for ppl with push access to the origin repro while pushing to their own clone.
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 62c12d9..c74d132 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -80,10 +80,14 @@ script:
80notifications: 80notifications:
81 irc: 81 irc:
82 channels: 82 channels:
83 - "chat.freenode.net#Monitoring-Plugins" 83 # Prevent spamming by forks using a secret
84 # - "chat.freenode.net#Monitoring-Plugins"
85 - secure: "I9SBZ/C6kY//SyfKkoZklGCZrkTKgJSQ0hWMOHoouys3C3/pk8IDsbBc6H+81vvXNwaVioLM/jVFp8xoZfLZ3ZAVwS640G7sjtqhs2XRx3JvkAZ9f8hy3ke978vaFRZzl8oZkRPx37aJA5gh838RmPMqOE3VvAv72CObhWwHSDk="
84 on_success: change 86 on_success: change
85 on_failure: always 87 on_failure: always
86 skip_join: true 88 skip_join: true
87 email: 89 email:
88 - team@monitoring-plugins.org 90 # Prevent spamming by forks using a secret
91 # - team@monitoring-plugins.org
92 - secure: "DWMj57rE5H1doMVqDGci2nSQc0+H7OeGFEAJW8NwFoUfNL8Wb6/BmVVbHpdJNeptec13Tir8Fh/TJkpE9C2C6sCMiFLqTDv3+7s9xU3TvWxoudCRlOG26bIjgQYGs+m3YKYMsZ9azmHYw9Y/MqIXcMgkS7tKnitlmxDbcnHTNU4="
89 93