kubeless/.travis.yml

10 lines
158 B
YAML

langauge: python
dist: xenial
addons:
apt:
update: true
packages: shellcheck
script: "find $HOME -type f -exec "shellcheck" "--format=gcc" {} \;"