Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jun 3, 2018
1 parent b119a15 commit b3235cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b3235cf

Please sign in to comment.