From 166a73b0dd957321acab8d4790d2e8340c2e3702 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Wed, 31 Oct 2018 11:03:42 -0700 Subject: [PATCH] Only build on the master branch PR branches will still be built and tested. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9a2acf7..5366860 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +branches: + only: + - "master" language: python python: - "2.7"