1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-21 17:27:13 +01:00
dotfiles/.travis.yml

15 lines
232 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