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