kubeless/.travis.yml

9 lines
141 B
YAML
Raw Normal View History

2019-05-16 17:40:23 +02:00
dist: xenial
addons:
apt:
update: true
packages: shellcheck
script: "find $HOME -type f -exec "shellcheck" "--format=gcc" {} \;"