Skip to content

Commit 4aa9a81

Browse files
committed
ci: Only release on stable node version
1 parent d62dc50 commit 4aa9a81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ after_success:
2020
deploy:
2121
- provider: script
2222
skip_cleanup: true
23-
script: npx travis-deploy-once "npx semantic-release"
23+
script: npx travis-deploy-once "npx semantic-release"
24+
on:
25+
node: stable

0 commit comments

Comments
 (0)