WE CI NOW

This commit is contained in:
Torma Kristóf 2019-05-16 17:40:23 +02:00 committed by GitHub
parent ffc1117a70
commit 9fc855879a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

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" {} \;"