From 7f239fbdbba966996e99effd4ac9201a5517464c Mon Sep 17 00:00:00 2001 From: Klaus Post Date: Thu, 7 Jan 2021 00:56:47 -0800 Subject: [PATCH] tests: Only build master (#307) Experiment to exclude all except master --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 667f6062b7..61cb08afd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,3 +42,7 @@ deploy: tags: true condition: $TRAVIS_OS_NAME = linux go: 1.15.x + +branches: + only: + - master