Browse Source

Support release branches on Travis

anonswap
Ofek Lev 6 years ago
parent
commit
55b104690a
  1. 1
      .travis.yml

1
.travis.yml

@ -8,6 +8,7 @@ python:
branches:
only:
- master
- /^release.+$/
# https://github.com/travis-ci/travis-ci/issues/8518
- /^[0-9]+\.[0-9]+\.[0-9]+$/
env:

Loading…
Cancel
Save