kubeless/.travis.yml

10 lines
162 B
YAML
Raw Normal View History

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