Skip to content

Commit

Permalink
travis-ci: Workaround travis-ci/travis-ci#329
Browse files Browse the repository at this point in the history
By encrypting the notification settings. This still fail for ppl
with push access to the origin repro while pushing to their own
clone.
  • Loading branch information
waja committed Nov 29, 2016
1 parent db93dee commit fe69d36
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,14 @@ script:
notifications:
irc:
channels:
- "chat.freenode.net#Monitoring-Plugins"
# Prevent spamming by forks using a secret
# - "chat.freenode.net#Monitoring-Plugins"
- secure: "I9SBZ/C6kY//SyfKkoZklGCZrkTKgJSQ0hWMOHoouys3C3/pk8IDsbBc6H+81vvXNwaVioLM/jVFp8xoZfLZ3ZAVwS640G7sjtqhs2XRx3JvkAZ9f8hy3ke978vaFRZzl8oZkRPx37aJA5gh838RmPMqOE3VvAv72CObhWwHSDk="
on_success: change
on_failure: always
skip_join: true
email:
- team@monitoring-plugins.org
# Prevent spamming by forks using a secret
# - team@monitoring-plugins.org
- secure: "DWMj57rE5H1doMVqDGci2nSQc0+H7OeGFEAJW8NwFoUfNL8Wb6/BmVVbHpdJNeptec13Tir8Fh/TJkpE9C2C6sCMiFLqTDv3+7s9xU3TvWxoudCRlOG26bIjgQYGs+m3YKYMsZ9azmHYw9Y/MqIXcMgkS7tKnitlmxDbcnHTNU4="

0 comments on commit fe69d36

Please sign in to comment.