Daniel Gibbs há 8 anos atrás
pai
commit
cd25682a9f
1 ficheiros alterados com 1 adições e 4 exclusões
  1. 1 4
      tests/tests_shellcheck.sh

+ 1 - 4
tests/tests_shellcheck.sh

@@ -7,8 +7,5 @@
 # Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki
 # Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki
 # Website: https://gameservermanagers.com
 # Website: https://gameservermanagers.com
 
 
-githubuser="GameServerManagers"
-githubrepo="LinuxGSM"
-githubbranch="$TRAVIS_BRANCH"
-ls -al
+command -v shellcheck
 shellcheck --shell=bash --exclude=SC2154,SC2034 GameServerManagers/LinuxGSM/lgsm/functions/*
 shellcheck --shell=bash --exclude=SC2154,SC2034 GameServerManagers/LinuxGSM/lgsm/functions/*