More travis fixes
This commit is contained in:
parent
f5f56f74da
commit
800870f21b
2 changed files with 6 additions and 2 deletions
|
@ -11,6 +11,6 @@ before_install:
|
|||
|
||||
script:
|
||||
- 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" \
|
||||
--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
|
||||
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" ;;
|
||||
|
|
Loading…
Reference in a new issue