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