travis: Run initial tests.
This commit is contained in:
parent
fbc029b1b1
commit
3b57104997
1 changed files with 1 additions and 0 deletions
|
@ -20,3 +20,4 @@ script:
|
|||
# Check for lines longer than 100 chars.
|
||||
# There are 3 lines that must be longer than 100 chars.
|
||||
- if (("$(grep '.\{101\}' neofetch | wc -l)" > 3)); then (exit 1); else (exit 0); fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd tests; ./test_misc.sh; fi
|
||||
|
|
Loading…
Reference in a new issue