Skip to content

Commit

Permalink
Merge pull request NationalBankBelgium#32 from christophercr/bugfix/f…
Browse files Browse the repository at this point in the history
…ix-travis-branches

fix(release): add 'rc' branches in .travis.yml to make Travis trigger release builds also in those
  • Loading branch information
christophercr authored Nov 7, 2019
2 parents dc7ed0c + 0ebd65c commit a9707d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:
branches:
only:
- master
- /^\d+\.\d+\.\d(-alpha\.\d+|-beta\.\d+)?$/
- /^\d+\.\d+\.\d(-alpha\.\d+|-beta\.\d+|-rc\.\d+)?$/

cache:
directories:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"nightlyVersion": "1.0.0-rc.1"
}
}
}

0 comments on commit a9707d5

Please sign in to comment.