We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1935334 + 49b7074 commit 864f21aCopy full SHA for 864f21a
1 file changed
.travis.yml
@@ -10,3 +10,15 @@ install:
10
branches:
11
only:
12
- master
13
+jobs:
14
+ include:
15
+ # Define the release stage that runs semantic-release
16
+ - stage: release
17
+ node_js: lts/*
18
+ # Advanced: optionally overwrite your default `script` step to skip the tests
19
+ # script: skip
20
+ deploy:
21
+ provider: script
22
+ skip_cleanup: true
23
+ script:
24
+ - npx semantic-release
0 commit comments