More travis fixes
This commit is contained in:
parent
f5f56f74da
commit
800870f21b
|
@ -11,6 +11,6 @@ before_install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- time neofetch --test --ascii --config off --ascii_distro travis -v \
|
- time neofetch --ascii --config off --ascii_distro travis -v \
|
||||||
--refresh_rate "on" --shell_version "on" --cpu_display "infobar" \
|
--refresh_rate "on" --shell_version "on" --cpu_display "infobar" \
|
||||||
--memory_display "infobar" --disk_display "infobar"
|
--memory_display "infobar" --disk_display "infobar" --test
|
||||||
|
|
4
neofetch
4
neofetch
|
@ -2935,6 +2935,10 @@ while [ "$1" ]; do
|
||||||
info linebreak
|
info linebreak
|
||||||
printf "%b%s" "\033[$(tput lines)H"
|
printf "%b%s" "\033[$(tput lines)H"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Set the test func to readonly so a config source
|
||||||
|
# doesn't overwrite it.
|
||||||
|
readonly -f printinfo
|
||||||
;;
|
;;
|
||||||
|
|
||||||
-v) verbose="on" ;;
|
-v) verbose="on" ;;
|
||||||
|
|
Reference in New Issue