dotfiles/.config/vifm/vifm_devicons/.travis.yml

8 lines
133 B
YAML

language: python
python: "3.8"
install:
- pip install vim-vint
script:
- vint --verbose --stat $(find . -type f -name '*.vim')