nerd-fonts/.travis.yml
2020-06-18 07:36:44 +09:00

10 lines
198 B
YAML

language: bash
# Use container-based infrastructure for quicker build start-up
sudo: false
script:
- bash -c 'shopt -s globstar; shellcheck --exclude SC2034 **/*.sh'
matrix:
fast_finish: true