From: David Lord Date: Sun, 2 Jul 2017 16:19:02 +0000 (-0700) Subject: only test master and maintenance branches X-Git-Tag: 2.10~22^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5de1f1b26b452739e9bb9084814275a7eba3ec2f;p=thirdparty%2Fjinja.git only test master and maintenance branches avoids duplicate work for internal prs --- diff --git a/.travis.yml b/.travis.yml index ebaf8463..efe88556 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ sudo: false language: python + python: - "2.6" - "2.7" @@ -8,10 +9,18 @@ python: - "3.4" - "3.5" - "3.6" + install: - pip install tox + script: - tox -e py + +branches: + only: + - master + - /^.*-maintenance$/ + notifications: email: false irc: