travis: Run initial tests.

This commit is contained in:
Dylan Araps 2018-05-18 14:04:20 +10:00
parent fbc029b1b1
commit 3b57104997

View file

@ -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