From 692acfbd0e3404402836d437142eb50b5dd704a6 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 25 Feb 2019 08:32:24 +0200 Subject: [PATCH] docs: update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7dc85b4..72393ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,6 @@ install: - shellcheck() { "shellcheck-${scversion}/shellcheck" "$@"; } script: - - shellcheck fff -e SC2244 -e SC1090 -e SC1091 + - shellcheck pash -e SC2244 -e SC1090 -e SC1091 # Check for lines longer than 80 chars. - if grep '.\{81\}' pash; then (exit 1); else (exit 0); fi