Skip to content

Commit

Permalink
Merge branch 'develop' into release/4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobattocchi committed Dec 29, 2020
2 parents 990d7be + 32cf7ff commit b38b23e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
language: php

branches:
only:
- master
- develop
- /^release\/*/
- /^hotfix\/\d+\.\d+(\.\d+)?(-\S*)?$/
- /^feature\/*/
# Also build tags like 1.1.1 or 1.1 for deployment.
- /^\d+\.\d+(\.\d+)?(-\S*)?$/

cache:
directories:
- .cache
Expand Down

0 comments on commit b38b23e

Please sign in to comment.