From dfc89b8cfcf2a103e4caf66941ae9bd09574a6b5 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 26 Mar 2016 13:36:29 +1100 Subject: [PATCH] Don't print color blocks when using travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9c97f4d2..869600c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ sudo: required script: - sudo make install - - bash neofetch --ascii + - bash neofetch --ascii --color_blocks off