Commit a9829cf1 authored by Dylan Araps's avatar Dylan Araps

Fix missing progress bars travis

parent 800870f2
...@@ -11,6 +11,4 @@ before_install: ...@@ -11,6 +11,4 @@ before_install:
script: script:
- sudo make install - sudo make install
- time neofetch --ascii --config off --ascii_distro travis -v \ - time neofetch --ascii --config off --ascii_distro travis -v --test
--refresh_rate "on" --shell_version "on" --cpu_display "infobar" \
--memory_display "infobar" --disk_display "infobar" --test
...@@ -2920,6 +2920,12 @@ while [ "$1" ]; do ...@@ -2920,6 +2920,12 @@ while [ "$1" ]; do
--test) --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) 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 () { printinfo () {
if [ "$TRAVIS_OS_NAME" ]; then if [ "$TRAVIS_OS_NAME" ]; then
info linebreak info linebreak
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment