Commit 819b290e authored by Dylan Araps's avatar Dylan Araps Committed by GitHub

Merge pull request #353 from iandrewt/patch-1

Fix TravisCI for macOS build
parents e86ce558 53cb28fe
...@@ -10,5 +10,6 @@ before_install: ...@@ -10,5 +10,6 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install screenresolution; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install screenresolution; fi
script: script:
- sudo make install - 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 off --ascii_distro travis -v --test - time neofetch --ascii --config off --ascii_distro travis -v --test
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