Skip to content

Commit fb8ecca

Browse files
committed
build: enable semantic release
1 parent 5f1fab0 commit fb8ecca

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ script:
1818
- sh scripts/typedoc/generate_typedoc.sh
1919
after_success:
2020
- npm run report-coverage
21-
# - scripts/jsdoc/publish.sh
22-
# deploy:
23-
# - provider: script
24-
# skip_cleanup: true
25-
# script: npx semantic-release
26-
# on:
27-
# node: 8
21+
- scripts/jsdoc/publish.sh
22+
deploy:
23+
- provider: script
24+
skip_cleanup: true
25+
script: npx semantic-release
26+
on:
27+
node: 8

0 commit comments

Comments
 (0)