diff --git a/.travis.yml b/.travis.yml index b3ada9a9..f313c14a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,6 @@ install: script: - time ./neofetch --travis -v - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then shellcheck -e SC2244 neofetch; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then shellcheck -e SC2244 -e SC2243 neofetch; fi # Check for lines longer than 100 chars. - if grep '.\{102\}' neofetch; then (exit 1); else (exit 0); fi