From a61c409fd26e722795516611d97bdb7f3f796ad6 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 22 Jan 2015 15:57:01 -0500 Subject: [PATCH] Only test the master branch (and PRs) --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index c36a278ca..08e65aab9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,10 @@ script: - go test ./... #- go test -race ./... +branches: + only: + - master + matrix: fast_finish: true allow_failures: