Travis: Don't install neofetch

This commit is contained in:
Dylan Araps 2016-11-04 17:49:22 +11:00
parent 040a73be08
commit 8d7322afc3
1 changed files with 1 additions and 3 deletions

View File

@ -10,6 +10,4 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install screenresolution; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install screenresolution; fi
script: script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PREFIX=/usr/local make install ; fi - time ./neofetch --ascii --config travis --ascii_distro travis -v
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo make install ; fi
- time neofetch --ascii --config travis --ascii_distro travis -v