hyfetch/.travis.yml

16 lines
496 B
YAML
Raw Normal View History

2016-03-25 19:03:25 -06:00
language: bash
2016-03-25 19:13:31 -06:00
sudo: required
2016-03-25 19:03:25 -06:00
2016-03-25 21:32:06 -06:00
os:
- linux
- osx
2016-03-27 02:50:09 -06:00
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install screenresolution; fi
2016-03-25 19:03:25 -06:00
script:
2016-10-04 23:44:42 -06:00
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PREFIX=/usr/local make install ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo make install ; fi
2016-08-11 18:41:52 -06:00
- time neofetch --ascii --config off --ascii_distro travis -v --test