Merge pull request #481 from owncloud/update-travis-branches-only-setting

Update the branches.only setting in .travis.yml
This commit is contained in:
Thomas Müller 2015-05-12 09:34:00 +02:00
commit ee4538c0e0

View File

@ -15,7 +15,7 @@ env:
branches:
only:
- master
- /^stable\d*$/
- /^stable\d+(\.\d+)?$/
before_install:
- wget https://raw.githubusercontent.com/owncloud/administration/master/travis-ci/before_install.sh