1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-22 09:47:21 +01:00
dotfiles/.travis.yml
2017-06-12 01:30:46 +02:00

15 lines
169 B
YAML

language: ruby
os:
- osx
install:
- brew update
- brew install shellcheck
script:
- shellcheck bash_*
- shellcheck bin/*.sh
notifications:
email: false