From 7f603674b326fa14473d94271a2d17d6bdac557e Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Fri, 22 Feb 2013 19:16:23 +0100 Subject: [PATCH] Build only master branch. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1b5eec231..a85e07cfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ language: python python: - "2.7" # - "3.3" +# whitelist +branches: + only: + - master # command to install dependencies install: - pip install -r requirements.txt --use-mirrors