There was an error while loading. Please reload this page.
1 parent 126dfa8 commit 60b0078Copy full SHA for 60b0078
.travis.yml
@@ -47,9 +47,9 @@ stages:
47
- name: test
48
if: branch!=master AND branch!=develop AND branch!=^untagged.*
49
- name: merge (develop --> master)
50
- if: branch=develop AND type!=pull_request
+ if: branch==develop AND type!=pull_request
51
- name: deploy
52
- if: branch=master
+ if: branch==master
53
54
notifications:
55
email: false
0 commit comments