Skip to content

Commit 8fd2b21

Browse files
committed
Run shellcheck as well during the Travis run
1 parent 0c6c0fb commit 8fd2b21

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ before_install:
1515
coreutils \
1616
python2.7 \
1717
python3-pip \
18-
python3.4
18+
python3.4 \
19+
shellcheck
1920
- sudo pip3 install pylint
2021

2122
script:

run-checks

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ echo
1010
echo "== RUNNING PYLINT =="
1111
./tests/run-pylint
1212
echo
13+
14+
echo "== RUNNING SHELLCHECK =="
15+
shellcheck apply-format git-pre-commit-format run-checks
16+
echo

0 commit comments

Comments
 (0)