mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-15 16:37:13 +00:00
made resolution way faster on OS X
This commit is contained in:
@@ -5,6 +5,10 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user