diff --git a/.travis.yml b/.travis.yml index 25a3d08d..2521360e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,2 @@ language: bash - -os: - - linux - -script: - - shellcheck -e 2034 repo/*/build repo/*/post-install +script: shellcheck -e 2034 repo/*/build repo/*/post-install