Skip to content

Commit 92cfad7

Browse files
author
Travis CI
committed
Merge commit '2acc2982350e8500e3fbd534b26bcdaa1c00a14b'
2 parents 6490122 + 2acc298 commit 92cfad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
stages:
4747
- name: test
48-
if: NOT (branch IN (develop,master)) AND (NOT(branch==^untagged.*))
48+
if: NOT (branch IN (develop,master)) AND (NOT(branch==^Release.*))
4949
- name: merge (develop --> master)
5050
if: branch==develop AND NOT(type==pull_request)
5151
- name: deploy

0 commit comments

Comments
 (0)