diff --git a/.travis.yml b/.travis.yml index 24af341a5..72d1f0e25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,9 @@ addons: - iproute2 - shellcheck -script: - - bash tests/tests_jc2server.sh - - bash tests/tests_ts3server.sh - - bash tests/tests_shellcheck.sh \ No newline at end of file +jobs: + include: + - stage: jobs + script: bash tests/tests_jc2server.sh + script: bash tests/tests_ts3server.sh + script: bash tests/tests_shellcheck.sh \ No newline at end of file