diff --git a/.travis.yml b/.travis.yml index c16fb4e09..a604259d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,9 +36,10 @@ addons: - libstdc++6:i386 - net-tools - iproute2 + - shellcheck script: #- bash tests/tests_jc2server.sh #- bash tests/tests_ts3server.sh - - docker run -v $(pwd):/scripts koalaman/shellcheckbash tests/tests_shellcheck.sh \ No newline at end of file + - tests/tests_shellcheck.sh \ No newline at end of file diff --git a/tests/tests_shellcheck.sh b/tests/tests_shellcheck.sh index 23caf018d..e5c49b0f1 100644 --- a/tests/tests_shellcheck.sh +++ b/tests/tests_shellcheck.sh @@ -10,6 +10,5 @@ githubuser="GameServerManagers" githubrepo="LinuxGSM" githubbranch="$TRAVIS_BRANCH" - -git clone +ls -al shellcheck --shell=bash --exclude=SC2154,SC2034 GameServerManagers/LinuxGSM/lgsm/functions/* \ No newline at end of file