Skip to content

Commit

Permalink
Run travis builds on release branches (oppia#5645)
Browse files Browse the repository at this point in the history
* add release branches to travis CI

* add release hotfix branches to the whitelist
  • Loading branch information
nithusha21 authored and seanlip committed Sep 13, 2018
1 parent f112523 commit 954eaaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ branches:
only:
- master
- develop
- /^release-\d+\.\d+\.\d+$/
- /^release-\d+\.\d+\.\d+-hotfix-\d+$/

env:
matrix:
Expand Down

0 comments on commit 954eaaf

Please sign in to comment.