docs: update
This commit is contained in:
parent
b119a154b0
commit
b3235cfff4
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ script:
|
||||||
- time ./neofetch --travis -v
|
- time ./neofetch --travis -v
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then shellcheck neofetch; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then shellcheck neofetch; fi
|
||||||
# Check for lines longer than 100 chars.
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue