Skip to content

Commit 2bd427d

Browse files
committed
chore(travis): semantic-release adds rc
1 parent 5c1f19b commit 2bd427d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- stage: Semantic release
2727
jdk: openjdk8
2828
language: java
29-
if: branch = master AND type = push AND fork = false
29+
if: (branch = master OR branch = rc) AND type = push AND fork = false
3030
before_install:
3131
- pip install --user bumpversion
3232
- nvm install 12

0 commit comments

Comments
 (0)