2016-03-26 02:03:25 +01:00
|
|
|
language: bash
|
2016-03-26 02:13:31 +01:00
|
|
|
sudo: required
|
2016-03-26 02:03:25 +01:00
|
|
|
|
2016-03-26 04:32:06 +01:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- osx
|
|
|
|
|
2016-03-27 10:50:09 +02: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 02:03:25 +01:00
|
|
|
script:
|
2016-03-26 04:47:19 +01:00
|
|
|
- sudo make install
|
2016-08-12 02:33:21 +02:00
|
|
|
- time neofetch --ascii --config off --ascii_distro travis -v \
|
2016-08-12 02:06:53 +02:00
|
|
|
--refresh_rate "on" --shell_version "on" --cpu_display "infobar" \
|
2016-08-12 02:33:21 +02:00
|
|
|
--memory_display "infobar" --disk_display "infobar" --test
|