From dd610b5ff9c951826721af4727e3b3c86483a6ef Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Mon, 2 Dec 2013 21:31:32 +0100 Subject: [PATCH] Restrict Travis to build master and develop only. No need to con-test feature branches --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index d9d17a5..71b7e98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,11 @@ matrix: - python: 3.3 env: DJANGO=1.5.5 +branches: + only: + - master + - develop + install: - "pip install coverage==3.7" - "pip install python-coveralls==2.4.0"