From 7a976977e7af594d1387aa278676d8a2228f6ff6 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Thu, 8 Oct 2020 20:29:42 +0000
Subject: [PATCH] .travis.yml: re-enable builds on master branch, disable
 building on branch push in travis settings

https://travis-ci.org/github/awesome-selfhosted/awesome-selfhosted/settings
only leave "Build Pull Requests" enabled - only run Travis on PRs and from weekly cron job
---
 .travis.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f9f73d13..f5c5e699 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,5 @@
 language: node_js
 
-branches:
-  except:
-  - master
-
 node_js:
   - "node"