Commit 8d7322af authored by Dylan Araps's avatar Dylan Araps

Travis: Don't install neofetch

parent 040a73be
...@@ -10,6 +10,4 @@ before_install: ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment