Skip to content

Commit 55fdd0f

Browse files
committed
ci: disable auto release
1 parent 363160a commit 55fdd0f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ install:
1111
jobs:
1212
include:
1313
# Define the release stage that runs semantic-release
14-
- stage: release
15-
node_js: 10.18
16-
# Advanced: optionally overwrite your default `script` step to skip the tests
17-
# script: skip
18-
deploy:
19-
provider: script
20-
skip_cleanup: true
21-
script:
22-
- npm run release
14+
# - stage: release
15+
# node_js: 10.18
16+
# # Advanced: optionally overwrite your default `script` step to skip the tests
17+
# # script: skip
18+
# deploy:
19+
# provider: script
20+
# skip_cleanup: true
21+
# script:
22+
# - npm run release

0 commit comments

Comments
 (0)