Skip to content

Commit efe225a

Browse files
author
fernandogelin
committed
chore(travis):
1 parent 90b531e commit efe225a

File tree

1 file changed

+31
-15
lines changed

1 file changed

+31
-15
lines changed

.travis.yml

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,34 @@ matrix:
3232
script:
3333
- julia -e 'import Pkg; Pkg.instantiate(); Pkg.add("Documenter"); include(joinpath("docs", "make.jl"))'
3434

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

0 commit comments

Comments
 (0)