You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
369 B
YAML
12 lines
369 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "v14.4.0"
|
|
script:
|
|
# Disabled because commitlint does not support loading config from ES module or .cjs.
|
|
# And the following does not work, either:
|
|
# - commitlint-travis -x @commitlint/config-conventional
|
|
# https://github.com/conventional-changelog/commitlint/issues/902
|
|
# - commitlint-travis
|
|
- run-s test docs check-clean
|