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 36430cb commit cbb8561Copy full SHA for cbb8561
.travis.yml
@@ -8,7 +8,7 @@ git:
8
jobs:
9
include:
10
- stage: test
11
- node_js: '8'
+ node_js: '10'
12
install:
13
- yarn install --ignore-engines
14
script:
@@ -20,7 +20,7 @@ jobs:
20
# Define the release stage that runs semantic-release
21
- stage: release
22
if: (NOT type IN (pull_request)) AND (branch = master)
23
24
# overwrite default `script` step to skip the tests
25
script: echo "Deploying to npm ..."
26
deploy:
@@ -30,7 +30,7 @@ jobs:
30
- npx semantic-release
31
- stage: docs
32
if: (NOT type IN (pull_request)) AND (branch = develop)
33
34
# un-ignore bundle.js
35
before_deploy: mv docs/.gitignore .gitignore
36
0 commit comments