language: bash sudo: false addons: apt: sources: - debian-sid packages: - shellcheck script: - ./ci/build.sh notifications: email: false