language: python dist: xenial addons: apt: update: true packages: shellcheck script: "for file in $(find . -type f -name \"*.sh\"); do shellcheck --format=gcc $file; done;"