dotfiles/.travis.yml

16 lines
233 B
YAML
Raw Normal View History

2019-06-08 02:42:18 +02:00
dist: xenial
2017-09-10 14:38:59 +02:00
language: bash
2017-06-12 01:30:46 +02:00
2018-07-10 13:19:13 +02:00
before_install:
- sudo apt-get -qq update
2019-06-08 02:42:18 +02:00
- sudo apt-get install -y shellcheck
2017-06-12 01:30:46 +02:00
script:
2017-09-10 14:46:58 +02:00
- bash -c 'shopt -s globstar; shellcheck **/*.sh'
2017-09-10 14:38:59 +02:00
matrix:
fast_finish: true
2017-06-12 01:30:46 +02:00
notifications:
2020-11-02 23:31:29 +01:00
email: false