diff --git a/.travis.yml b/.travis.yml index 8e69be3..3b7701c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,3 +32,6 @@ matrix: - pytest --cov=simplezfs --cov-report=term-missing ${@} - mypy src/simplezfs - flake8 + - language: shell + script: + - shellcheck scripts/pe_helper.sh.example