From 8d7322afc371533490caeac8f1b386b1fc9b32ae Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 4 Nov 2016 17:49:22 +1100 Subject: [PATCH] Travis: Don't install neofetch --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8febf0b6..383f4711 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,4 @@ before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install screenresolution; fi script: - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PREFIX=/usr/local make install ; fi - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo make install ; fi - - time neofetch --ascii --config travis --ascii_distro travis -v + - time ./neofetch --ascii --config travis --ascii_distro travis -v