hyfetch/.travis.yml
2016-03-27 19:50:09 +11:00

14 lines
355 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
- neofetch --test --ascii --color_blocks off --config off --ascii_distro travis