Travis: Fix title
This commit is contained in:
parent
8d7322afc3
commit
816931d652
|
@ -5,6 +5,11 @@
|
|||
# https://github.com/dylanaraps/neofetch
|
||||
|
||||
printinfo() {
|
||||
if [ "$TRAVIS_OS_NAME" ]; then
|
||||
info linebreak
|
||||
info linebreak
|
||||
fi
|
||||
|
||||
info title
|
||||
info underline
|
||||
|
||||
|
|
Reference in New Issue