From 88f1184315a525be251dc469b270384bc801f19f Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Sat, 26 Sep 2020 13:16:00 +0200 Subject: [PATCH] travis: only build master and PRs onto master --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 17bdb73a..b04adcd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ # # SPDX-License-Identifier: GPL-3.0-or-later +branches: + only: + - master + os: - windows - linux