From b191969f7d948cf6785b58e4f523c0966e64042c Mon Sep 17 00:00:00 2001 From: Alexander Mohr Date: Sun, 23 Feb 2020 02:08:49 -0800 Subject: [PATCH] only branch build master, others via PR --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index e18fa188..109552ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,3 +53,7 @@ deploy: python: 3.7 cache: pip + +branches: + only: + - master