Files
pure-bash-bible/.travis.yml
Dylan Araps d7193d06ef docs: update
2018-06-14 17:50:46 +10:00

8 lines
106 B
YAML

language: bash
os:
- linux
script:
- shellcheck <(awk '/```sh/{f=1;next}/```/{f=0}f' README.md)