From bf38e0d3558841b50d9b20806a7c445e5a4b478b Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Mar 2018 18:19:31 +0000 Subject: [PATCH] more travis tests --- .travis.yml | 3 ++- tests/tests_shellcheck.sh | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) 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