From e7d5be3c2140e1d40df43e6faf3c69d98e09b7c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 3 May 2020 13:36:40 +0200 Subject: [PATCH] Introduce shellcheck See https://github.com/koalaman/shellcheck --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 30a8138..536f56e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,5 @@ python: - "2.7" script: + - shellcheck *.sh - python test/wait-for-it.py -