1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-01 16:55:57 +02:00
nerd-fonts/.travis.yml

11 lines
198 B
YAML
Raw Normal View History

2017-10-04 03:36:51 +02:00
language: bash
# Use container-based infrastructure for quicker build start-up
sudo: false
script:
- bash -c 'shopt -s globstar; shellcheck --exclude SC2034 **/*.sh'
2017-10-04 03:36:51 +02:00
matrix:
fast_finish: true