From 860b97b5a4373e0c6fd625754f54bf64ea2b6cf7 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 9 Aug 2020 09:19:01 -0700 Subject: [PATCH] Build main but not master, refs #919 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index e641a8d0..181bc3f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: python dist: xenial +branches: + except: + - master + # 3.6 is listed first so it gets used for the later build stages python: - "3.6"