Commit cc1be730 authored by Dylan Araps's avatar Dylan Araps

docs: update

parent a2b7de8e
...@@ -18,6 +18,6 @@ install: ...@@ -18,6 +18,6 @@ install:
script: 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 -e SC2244 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment