diff --git a/.travis.yml b/.travis.yml index a16628d..2ee0b35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,9 @@ install: before_script: - echo -e "test_repo_11\ntest_repo_1" | sort -script: - - ./run_tests.sh +script: ./run_tests.sh + +jobs: + include: + - stage: lint + script: shellcheck **/*.sh *.example