From bf44887c9c7d10c1367428e2b7674ac2cccbfc97 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 26 Mar 2016 14:39:47 +1100 Subject: [PATCH] Remove bash prefix from travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d0658aa3..c0540fc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ os: script: - sudo make install - - bash neofetch --test --ascii --color_blocks off + - neofetch --test --ascii --color_blocks off