mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 09:08:38 +00:00
Travis use prefix on OSX
This commit is contained in:
@@ -6,5 +6,5 @@ os:
|
|||||||
- osx
|
- osx
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- sudo make install
|
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then sudo PREFIX=/usr/local make install; else sudo make install; fi
|
||||||
- neofetch --test --ascii --color_blocks off
|
- neofetch --test --ascii --color_blocks off
|
||||||
|
Reference in New Issue
Block a user