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-03-25 21:47:19 -06:00
|
|
|
- sudo make install
|
2016-08-11 18:41:52 -06:00
|
|
|
- time neofetch --ascii --config off --ascii_distro travis -v --test
|