diff --git a/.travis.yml b/.travis.yml index 9f550d9..66d68e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ jobs: env: TESTS_ONLY=1 script: - ./run-tests - - shellcheck $(grep -l '^#!/bin/\(ba\)\?sh' $(git ls-files)) + - shellcheck -e SC1117 $(grep -l '^#!/bin/\(ba\)\?sh' $(git ls-files)) after_success: - codecov - stage: deploy