WE CI NOW
This commit is contained in:
parent
ffc1117a70
commit
9fc855879a
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
dist: xenial
|
||||
|
||||
addons:
|
||||
apt:
|
||||
update: true
|
||||
packages: shellcheck
|
||||
|
||||
script: "find $HOME -type f -exec "shellcheck" "--format=gcc" {} \;"
|
Loading…
Reference in New Issue
Block a user