Travis: Add shellcheck
This commit is contained in:
parent
9343a42a07
commit
bb2b7ab544
1 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
|||
language: bash
|
||||
sudo: required
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- debian-sid
|
||||
packages:
|
||||
- shellcheck
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
@ -11,3 +18,4 @@ before_install:
|
|||
|
||||
script:
|
||||
- time ./neofetch --ascii --config travis --ascii_distro travis -v
|
||||
- bash -c 'shellcheck neofetch'
|
||||
|
|
Loading…
Reference in a new issue