From 9cf19e35cb8bd8ef25e423a9509a64d36863a7be Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 7 Feb 2017 10:53:17 +0200
Subject: [PATCH] - Don't notify Ansible Galaxy on failed builds (otherwise
 broken builds are uploaded to Galaxy).

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index fbf0fd8..cdd9e60 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,3 +40,4 @@ script:
 notifications:
   webhooks: https://galaxy.ansible.com/api/v1/notifications/
   email: false
+  on_failure: never
-- 
GitLab