Skip to content

Commit 8205efd

Browse files
committed
fix: activated semantic releases
1 parent bd7706e commit 8205efd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ branches:
88
- main
99

1010
node_js:
11-
- 10
1211
- 12
12+
- 14
1313

1414
# before_install:
1515
# - 'openssl aes-256-cbc -K $my_key -iv $my_iv -in myservice.env.enc -out myservice.env -d || true'
@@ -29,10 +29,10 @@ after_success:
2929
- npm run report-coverage
3030

3131
# To enable semantic-release, uncomment this section.
32-
# deploy:
33-
# - provider: script
34-
# skip_cleanup: true
35-
# script: npx semantic-release
36-
# on:
37-
# node: 12
38-
# branch: master
32+
deploy:
33+
- provider: script
34+
skip_cleanup: true
35+
script: npx semantic-release
36+
on:
37+
node: 12
38+
branch: main

0 commit comments

Comments
 (0)