mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-24 04:22:32 +00:00
11 lines
174 B
YAML
11 lines
174 B
YAML
language: bash
|
|
sudo: required
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
script:
|
|
- sudo make install
|
|
- neofetch --test --ascii --color_blocks off --config off --ascii_distro travis
|