Don't run Travis on old branches
This commit is contained in:
parent
b4a93087ec
commit
33876d922a
|
@ -13,3 +13,7 @@ env:
|
|||
install:
|
||||
- bash bin/travis-build.bash
|
||||
script: sh bin/travis-run.sh
|
||||
branches:
|
||||
except:
|
||||
- stable
|
||||
- release-v2.0
|
||||
|
|
Loading…
Reference in New Issue