Don't run Travis on old branches

This commit is contained in:
amercader 2015-08-21 14:12:02 +01:00
parent b4a93087ec
commit 33876d922a
1 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,7 @@ env:
install:
- bash bin/travis-build.bash
script: sh bin/travis-run.sh
branches:
except:
- stable
- release-v2.0