1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-06-28 08:37:44 +02:00

add Travis

This commit is contained in:
Matthias Kretschmann 2017-06-12 01:30:46 +02:00
parent bacd72f4b4
commit 82495ce927
Signed by: m
GPG Key ID: 606EEEF3C479A91F

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: ruby
os:
- osx
install:
- brew update
- brew install shellcheck
script:
- shellcheck bash_*
- shellcheck bin/*.sh
notifications:
email: false