hyfetch/.travis.yml
Andrew Titmuss 6e09b75032 Fix TravisCI for macOS build
Travis updated the macOS build server to El Capitan, which means it has SIP now. Prefix changed to /usr/local to mitigate this
2016-10-05 16:39:49 +11:00

15 lines
426 B
YAML

language: bash
sudo: required
os:
- linux
- osx
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install screenresolution; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PREFIX=/usr/local ; fi
script:
- sudo make install
- time neofetch --ascii --config off --ascii_distro travis -v --test