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.
lnbook/.travis.yml

14 lines
233 B
YAML

language: minimal
dist: bionic
addons:
apt:
packages:
- python3-pip
- python3-setuptools
install:
- pip3 install --user codespell
script:
- codespell --ignore-words-list=que $(git ls-files -- "*.asciidoc" "*.md")