Skip to content

Commit b4086b1

Browse files
committed
Encrypt webhook URL
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent fed23ca commit b4086b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: python
22
sudo: false
33
notifications:
4-
webhooks: http://ramacher.at:2810/7e210HhiKpMbF7L9/travisci
4+
webhooks:
5+
- secure: "QXcEHVnOi5mZpONkHSu1tydj8EK3G7xJ7Wv/WYhJ5soNUpEJgi6YwR1WcxSjo7qyi8hTL+4jc+ID0TpKDeS1lpXF41kG9xf5kdxw5OL0EnMkrP9okUN0Ip8taEhd8w+6+dGmfZrx2nXOg1kBU7W5cE90XYqEtNDVXXgNeilT+ik="
56

67
python:
78
- "2.6"

0 commit comments

Comments
 (0)