mirror of
https://github.com/kremalicious/dotfiles.git
synced 2025-02-17 07:27:25 +01:00
15 lines
169 B
YAML
15 lines
169 B
YAML
|
language: ruby
|
||
|
|
||
|
os:
|
||
|
- osx
|
||
|
|
||
|
install:
|
||
|
- brew update
|
||
|
- brew install shellcheck
|
||
|
|
||
|
script:
|
||
|
- shellcheck bash_*
|
||
|
- shellcheck bin/*.sh
|
||
|
|
||
|
notifications:
|
||
|
email: false
|