docs: update

This commit is contained in:
Dylan Araps 2019-01-04 21:22:41 +02:00
parent cc1be73077
commit 45d632d1f6
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ install:
script: script:
- time ./neofetch --travis -v - 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. # Check for lines longer than 100 chars.
- if grep '.\{102\}' neofetch; then (exit 1); else (exit 0); fi - if grep '.\{102\}' neofetch; then (exit 1); else (exit 0); fi