From 8367c38791251bf1a488b5fe5143b42e77c8caad Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Thu, 10 Sep 2015 20:35:22 +0100 Subject: [PATCH] Only run tests on master [ci skip] --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index f3bc545..b375f08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ sudo: required language: go +only: + - master + # No support for "tip" at the moment as there's no $GOROOT_BOOTSTRAP go: - 1.5