dotfiles/.travis.yml

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