From a2942468ed1e5db8f5d3f1945c43486893b9a480 Mon Sep 17 00:00:00 2001 From: The-EDev Date: Wed, 21 Oct 2020 20:44:58 +0300 Subject: [PATCH] added master only requirement --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index cb323843e..5c45044bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,10 @@ cache: ccache dist: focal +branches: + only: + - master + compiler: - gcc - clang