File tree Expand file tree Collapse file tree 1 file changed +31
-15
lines changed Expand file tree Collapse file tree 1 file changed +31
-15
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,34 @@ matrix:
32
32
script :
33
33
- julia -e 'import Pkg; Pkg.instantiate(); Pkg.add("Documenter"); include(joinpath("docs", "make.jl"))'
34
34
35
- - stage : semantic release
36
- if : branch = master AND type != pull_request
37
- language : python
38
- os : linux
39
- python : 3.6
40
- before_script : skip
41
- install :
42
- - pip install typing
43
- - pip install python-semantic-release
44
- script :
45
- - git config --global user.name "semantic-release (via TravisCI)"
46
- - git config --global user.email "semantic-release@travis"
47
- - semantic-release publish
48
- after_script : skip
49
- after_success : skip
35
+ # - stage: semantic release
36
+ # if: branch = master AND type != pull_request
37
+ # language: python
38
+ # os: linux
39
+ # python: 3.6
40
+ # before_script: skip
41
+ # install:
42
+ # - pip install typing
43
+ # - pip install python-semantic-release
44
+ # script:
45
+ # - git config --global user.name "semantic-release (via TravisCI)"
46
+ # - git config --global user.email "semantic-release@travis"
47
+ # - semantic-release publish
48
+ # after_script: skip
49
+ # after_success: skip
50
+ #
51
+ # - stage: Pre-release
52
+ # if: branch = pre-release
53
+ # language: python
54
+ # os: linux
55
+ # python: 3.6
56
+ # before_script: skip
57
+ # install:
58
+ # - pip install typing
59
+ # - pip install python-semantic-release
60
+ # script:
61
+ # - git config --global user.name "semantic-release (via TravisCI)"
62
+ # - git config --global user.email "semantic-release@travis"
63
+ # - semantic-release version
64
+ # after_script: skip
65
+ # after_success: skip
You can’t perform that action at this time.
0 commit comments