From b6774d851da49fb909952d4b0c09a8288f995a19 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Fri, 22 Feb 2013 19:13:55 +0100 Subject: [PATCH] Build only master branch. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ebb3cd6..fa4c58f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ python: - "2.7" - "3.2" # - "3.3" +# whitelist +branches: + only: + - master # install some archive programs before_install: - sudo apt-get update -qq