docs: update
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
language: bash
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
||||
script:
|
||||
- shellcheck <(awk '/```sh/{f=1;next}/```/{f=0}f' README.md)
|
||||
Reference in New Issue
Block a user