From dadcaedaa4dbeb7ea788b9c14182099b92d2dffd Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Sat, 29 Dec 2018 11:42:11 +0100 Subject: [PATCH] feat(ci): when in branches, build only master Signed-off-by: Lorenzo Fontana --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 388be497..44c89fbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: go +branches: + only: + - master go: - 1.11.4 services: