Don't print color blocks when using travis
This commit is contained in:
parent
1133cc01cf
commit
dfc89b8cfc
|
@ -3,4 +3,4 @@ sudo: required
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- bash neofetch --ascii
|
- bash neofetch --ascii --color_blocks off
|
||||||
|
|
Reference in New Issue