mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-22 11:39:53 +00:00
Travis: Add shellcheck
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
language: bash
|
language: bash
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- debian-sid
|
||||||
|
packages:
|
||||||
|
- shellcheck
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
@@ -11,3 +18,4 @@ before_install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- time ./neofetch --ascii --config travis --ascii_distro travis -v
|
- time ./neofetch --ascii --config travis --ascii_distro travis -v
|
||||||
|
- bash -c 'shellcheck neofetch'
|
||||||
|
|||||||
Reference in New Issue
Block a user