diff --git a/.travis.yml b/.travis.yml index afc2571b..8e69d6b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,4 @@ script: - time ./neofetch --travis -v - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then shellcheck neofetch; fi # Check for lines longer than 100 chars. - - if grep '.\{101\}' neofetch; then (exit 1); else (exit 0); fi + - if grep '.\{102\}' neofetch; then (exit 1); else (exit 0); fi