mirror of
https://github.com/dylanaraps/neofetch.git
synced 2026-01-11 16:28:16 +00:00
7 lines
98 B
YAML
7 lines
98 B
YAML
language: bash
|
|
sudo: required
|
|
|
|
script:
|
|
- sudo make install
|
|
- bash neofetch --test --ascii
|