made resolution way faster on OS X
This commit is contained in:
parent
c29cb10a2c
commit
9779e91672
3 changed files with 24 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue