mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-25 16:47:37 +02:00
Update .travis.yml
Attempt to fix build error
This commit is contained in:
parent
9aadbd2485
commit
eea278058b
@ -7,8 +7,11 @@ addons:
|
||||
apt:
|
||||
sources:
|
||||
- debian-sid # Grab shellcheck from the Debian repo (o_O)
|
||||
packages:
|
||||
- shellcheck
|
||||
|
||||
before-script:
|
||||
- "sudo apt-get install cabal-install"
|
||||
- "cabal update"
|
||||
- "cabal install shellcheck"
|
||||
|
||||
script:
|
||||
- bash -c 'shopt -s globstar; shellcheck --exclude SC2034 **/*.sh'
|
||||
|
Loading…
Reference in New Issue
Block a user