Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Allow building release-X.Y branches
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Feb 18, 2016
1 parent b4354f7 commit 79c6e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: php

branches:
except:
- /^release-.*$/
- /^release-\d+\.\d+\.\d+.*$/
- /^ghgfk-.*$/

cache:
Expand Down

0 comments on commit 79c6e17

Please sign in to comment.