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