mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Created TravisCI (markdown)
23
TravisCI.md
Normal file
23
TravisCI.md
Normal file
@@ -0,0 +1,23 @@
|
||||
contributor hugovk says:
|
||||
|
||||
>It took me a while to find a way to install on Travis CI, but thanks to this I got it working:
|
||||
|
||||
```
|
||||
language: bash
|
||||
|
||||
# Use container-based infrastructure for quicker build start-up
|
||||
sudo: false
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- debian-sid # Grab shellcheck from the Debian repo (o_O)
|
||||
packages:
|
||||
- shellcheck
|
||||
|
||||
script:
|
||||
- shellcheck *.sh
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
```
|
Reference in New Issue
Block a user