mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-21 17:27:13 +01:00
16 lines
233 B
YAML
16 lines
233 B
YAML
dist: xenial
|
|
language: bash
|
|
|
|
before_install:
|
|
- sudo apt-get -qq update
|
|
- sudo apt-get install -y shellcheck
|
|
|
|
script:
|
|
- bash -c 'shopt -s globstar; shellcheck **/*.sh'
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
|
|
notifications:
|
|
email: false
|