Skip to content

Commit a9707d5

Browse files
Merge pull request #32 from christophercr/bugfix/fix-travis-branches
fix(release): add 'rc' branches in .travis.yml to make Travis trigger release builds also in those
2 parents dc7ed0c + 0ebd65c commit a9707d5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737
branches:
3838
only:
3939
- master
40-
- /^\d+\.\d+\.\d(-alpha\.\d+|-beta\.\d+)?$/
40+
- /^\d+\.\d+\.\d(-alpha\.\d+|-beta\.\d+|-rc\.\d+)?$/
4141

4242
cache:
4343
directories:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@
143143
"config": {
144144
"commitizen": {
145145
"path": "node_modules/cz-customizable"
146-
},
147-
"nightlyVersion": "1.0.0-rc.1"
146+
}
148147
}
149148
}

0 commit comments

Comments
 (0)