We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6c0fb commit 8fd2b21Copy full SHA for 8fd2b21
.travis.yml
@@ -15,7 +15,8 @@ before_install:
15
coreutils \
16
python2.7 \
17
python3-pip \
18
- python3.4
+ python3.4 \
19
+ shellcheck
20
- sudo pip3 install pylint
21
22
script:
run-checks
@@ -10,3 +10,7 @@ echo
10
echo "== RUNNING PYLINT =="
11
./tests/run-pylint
12
echo
13
+
14
+echo "== RUNNING SHELLCHECK =="
+shellcheck apply-format git-pre-commit-format run-checks
+echo
0 commit comments