From e7dd074b99d04ea9245a7eabb313b66bc7fed5f3 Mon Sep 17 00:00:00 2001 From: svalouch Date: Tue, 10 Dec 2019 18:07:13 +0100 Subject: [PATCH] travis: add shell language support and test pe_helper --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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