From c5fb6b1120dcb1c1bc6de859a96a0c4d1b5cff91 Mon Sep 17 00:00:00 2001 From: Matt Willsher Date: Thu, 18 Feb 2016 13:42:50 +0000 Subject: [PATCH] Notify galaxy --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 456ade6..0b895ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: c sudo: required +notifications: + webhooks: https://galaxy.ansible.com/api/v1/notifications/ + before_install: - sudo add-apt-repository -y ppa:ansible/ansible - sudo apt-get update -qq