Skip to content

Commit 60b0078

Browse files
committed
Remove merge feature branch to develop
1 parent 126dfa8 commit 60b0078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ stages:
4747
- name: test
4848
if: branch!=master AND branch!=develop AND branch!=^untagged.*
4949
- name: merge (develop --> master)
50-
if: branch=develop AND type!=pull_request
50+
if: branch==develop AND type!=pull_request
5151
- name: deploy
52-
if: branch=master
52+
if: branch==master
5353

5454
notifications:
5555
email: false

0 commit comments

Comments
 (0)