Travis use prefix on OSX

This commit is contained in:
Dylan 2016-03-26 14:45:24 +11:00
parent bf44887c9c
commit 5870546e3b
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ os:
- osx
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