run tests on travis

This commit is contained in:
Dylan Araps
2018-06-14 20:09:33 +10:00
parent b2da362950
commit bdb8e51ee9

View File

@@ -5,3 +5,4 @@ os:
script: script:
- shellcheck -s bash --exclude=SC2034,SC2154 <(awk '/```sh/{f=1;next}/```/{f=0}f' README.md) - shellcheck -s bash --exclude=SC2034,SC2154 <(awk '/```sh/{f=1;next}/```/{f=0}f' README.md)
- ./test.sh