Skip to content

Commit edcd7b9

Browse files
author
Travis CI
committed
Merge commit '3c29f72cd2c84b6d9f12888b3790d9edfa9e6ab7'
2 parents 9bdbf92 + 3c29f72 commit edcd7b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545

4646
stages:
4747
- name: test
48-
if: branch!=master AND branch!=develop AND branch!=^untagged.*
48+
if: NOT (branch IN (develop,master))
4949
- name: merge (develop --> master)
50-
if: branch=develop AND type!=pull_request
50+
if: branch==develop AND NOT(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)