docs: update

This commit is contained in:
Dylan Araps 2018-06-04 08:41:23 +10:00
parent b119a154b0
commit b3235cfff4
1 changed files with 1 additions and 1 deletions

View File

@ -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