From cc1be73077d34be5342d93cba26a6846dc6d2d2b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 4 Jan 2019 21:21:59 +0200 Subject: [PATCH] docs: update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8e69d6b6..b3ada9a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,6 @@ install: script: - time ./neofetch --travis -v - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then shellcheck neofetch; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then shellcheck -e SC2244 neofetch; fi # Check for lines longer than 100 chars. - if grep '.\{102\}' neofetch; then (exit 1); else (exit 0); fi