1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-11-25 16:47:37 +02:00
nerd-fonts/.travis.yml
2020-06-18 07:36:44 +09:00

11 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