2016-03-26 12:03:25 +11:00
|
|
|
language: bash
|
2016-03-26 12:13:31 +11:00
|
|
|
sudo: required
|
2016-03-26 12:03:25 +11:00
|
|
|
|
2016-03-26 14:32:06 +11:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- osx
|
|
|
|
|
2016-03-27 19:50:09 +11:00
|
|
|
before_install:
|
|
|
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
|
|
|
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install screenresolution; fi
|
|
|
|
|
2016-03-26 12:03:25 +11:00
|
|
|
script:
|
2016-11-04 17:49:22 +11:00
|
|
|
- time ./neofetch --ascii --config travis --ascii_distro travis -v
|