Skip to content

Commit

Permalink
Used regex to build all gitflow branches on TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed May 22, 2018
1 parent a2ce312 commit f712610
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ branches:
only:
- develop
- master
- feature/sonarqube-optimizations
- /^feature/.*$/
- /^hotfix/.*$/
- /^release/.*$/
android:
components:
- tools
Expand Down

0 comments on commit f712610

Please sign in to comment.