diff --git a/.travis.yml b/.travis.yml index 5fb7508..123ed3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,12 @@ install: True script: - 'git clone --depth 1 https://github.com/nickjj/rolespec' - - 'cd rolespec ; bin/rolespec -r https://github.com/debops/test-suite' + - 'cd rolespec ; bin/rolespec -r https://github.com/debops/test-suite ; cd -' + + # We know the scripts are not perfect. Please don’t add more things that shellcheck v0.4.4 will complain about! + - 'shellcheck --format=json ./files/secret/pki/lib/pki-authority | jq --exit-status "(. | length) <= 74"' + - 'shellcheck --format=json ./files/usr/local/lib/pki/pki-realm | jq --exit-status "(. | length) <= 105"' notifications: webhooks: - 'https://galaxy.ansible.com/api/v1/notifications/' -