hyfetch/.travis.yml
2016-03-31 20:01:53 +11:00

14 lines
341 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
script:
- sudo make install
- time neofetch --test --ascii --config off --ascii_distro travis