Travis use verbose mode
This commit is contained in:
parent
2c9c741329
commit
602629b7dd
|
@ -11,4 +11,6 @@ before_install:
|
|||
|
||||
script:
|
||||
- sudo make install
|
||||
- time neofetch --test --ascii --config off --ascii_distro travis
|
||||
- time neofetch --test --ascii --config off --ascii_distro travis -v \
|
||||
--refresh_rate "on" --shell_version "on" --cpu_display "infobar" \
|
||||
--memory_display "infobar" --disk_display "infobar"
|
||||
|
|
6
neofetch
6
neofetch
|
@ -2920,12 +2920,6 @@ while [ "$1" ]; do
|
|||
--test)
|
||||
info=(title underline distro kernel uptime packages shell resolution de wm wmtheme theme icons cpu cpu_usage gpu memory font disk battery song localip publicip users birthday term termfont)
|
||||
|
||||
refresh_rate="on"
|
||||
shell_version="on"
|
||||
cpu_display="infobar"
|
||||
memory_display="infobar"
|
||||
disk_display="infobar"
|
||||
|
||||
printinfo () {
|
||||
if [ "$TRAVIS_OS_NAME" ]; then
|
||||
info linebreak
|
||||
|
|
Reference in New Issue