We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101e232 commit 9c918c4Copy full SHA for 9c918c4
.travis.yml
@@ -20,14 +20,12 @@ script:
20
jobs:
21
include:
22
- stage: release
23
- name: "Publish"
24
if: type = push AND fork = false
25
node_js: lts/*
26
script:
27
- npm run build:plugin
28
- npx semantic-release
29
- - stage: release
30
- name: "Documentation"
+ - stage: documentation
31
if: branch = master AND fork = false
32
33
script: npm run build:docs
0 commit comments