There was an error while loading. Please reload this page.
2 parents 9bdbf92 + 3c29f72 commit edcd7b9Copy full SHA for edcd7b9
.travis.yml
@@ -45,11 +45,11 @@ jobs:
45
46
stages:
47
- name: test
48
- if: branch!=master AND branch!=develop AND branch!=^untagged.*
+ if: NOT (branch IN (develop,master))
49
- name: merge (develop --> master)
50
- if: branch=develop AND type!=pull_request
+ if: branch==develop AND NOT(type==pull_request)
51
- name: deploy
52
- if: branch=master
+ if: branch==master
53
54
notifications:
55
email: false
0 commit comments