travis: add shell language support and test pe_helper

main
svalouch 5 years ago
parent 3687c4aace
commit e7dd074b99

@ -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

Loading…
Cancel
Save