Travis don't use color blocks

This commit is contained in:
Dylan 2016-03-26 14:24:13 +11:00
parent c015b7eda5
commit 5a4a4cb147
2 changed files with 1 additions and 2 deletions

View File

@ -3,4 +3,4 @@ sudo: required
script: script:
- sudo make install - sudo make install
- bash neofetch --test --ascii - bash neofetch --test --ascii --color_blocks off

View File

@ -2796,7 +2796,6 @@ while [ "$1" ]; do
info=(title underline distro kernel uptime packages shell resolution de wm theme icons cpu gpu memory font disk battery song localip publicip users birthday cols) info=(title underline distro kernel uptime packages shell resolution de wm theme icons cpu gpu memory font disk battery song localip publicip users birthday cols)
printinfo () { printinfo () {
printf "\n"
for func in "${info[@]}"; do for func in "${info[@]}"; do
info "${func^^}" $func info "${func^^}" $func
done done