From 1cdc2ac135ba642d79fb584104232b2964fd5c6e Mon Sep 17 00:00:00 2001 From: Sebastien Vas Date: Tue, 14 Feb 2017 16:35:15 -0800 Subject: [PATCH] Disable travis on stable branches (#96) --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index d8559616e6d..88be42c285b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ sudo: required dist: xenial +branches: + except: + - stable + lang: go go: