1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2025-02-17 07:27:25 +01:00
dotfiles/.travis.yml

15 lines
169 B
YAML
Raw Normal View History

2017-06-12 01:30:46 +02:00
language: ruby
os:
- osx
install:
- brew update
- brew install shellcheck
script:
- shellcheck bash_*
- shellcheck bin/*.sh
notifications:
email: false