mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 09:47:21 +01:00
add Travis
This commit is contained in:
parent
bacd72f4b4
commit
82495ce927
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
||||
language: ruby
|
||||
|
||||
os:
|
||||
- osx
|
||||
|
||||
install:
|
||||
- brew update
|
||||
- brew install shellcheck
|
||||
|
||||
script:
|
||||
- shellcheck bash_*
|
||||
- shellcheck bin/*.sh
|
||||
|
||||
notifications:
|
||||
email: false
|
Loading…
Reference in New Issue
Block a user