WE CI NOW

This commit is contained in:
2019-05-16 17:40:23 +02:00
committed by GitHub
parent ffc1117a70
commit 9fc855879a

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
dist: xenial
addons:
apt:
update: true
packages: shellcheck
script: "find $HOME -type f -exec "shellcheck" "--format=gcc" {} \;"