Travis: Fix title
This commit is contained in:
parent
8d7322afc3
commit
816931d652
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
|||
# https://github.com/dylanaraps/neofetch
|
||||
|
||||
printinfo() {
|
||||
if [ "$TRAVIS_OS_NAME" ]; then
|
||||
info linebreak
|
||||
info linebreak
|
||||
fi
|
||||
|
||||
info title
|
||||
info underline
|
||||
|
||||
|
|
Loading…
Reference in a new issue