From dc95dea5d2dfd162d6193f9335382c250b553f5b Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Thu, 21 Jan 2016 17:58:17 -0500 Subject: [PATCH] BLD: Only build pushes to master now that we've turned on Build pushes --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 09841252..a478357b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,3 +32,7 @@ script: - nosetests --with-timer --exclude=^test_examples --with-coverage --cover-package=zipline --timer-top-n=15 after_success: - coveralls + +branches: + only: + - master