From 28bc42ce822a6f5397bfa520c8c0cf8e56ee73fa Mon Sep 17 00:00:00 2001 From: Carlos Martín Nieto Date: Mon, 31 Oct 2016 21:34:00 +0100 Subject: travis: only build master and next The other branches will get built as part of a PR. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 79ad168..8a81f16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,3 +17,8 @@ go: matrix: allow_failures: - go: tip + +branches: + only: + - master + - next -- cgit v1.2.3