docs: update

This commit is contained in:
Dylan Araps 2019-07-16 11:02:56 +03:00
parent a64295eb30
commit c97466f5d8
1 changed files with 9 additions and 1 deletions

View File

@ -1,2 +1,10 @@
language: bash
script: shellcheck -e 2034 */*/build */*/post-install
install:
# Install a custom version of shellcheck instead of Travis CI's default
- scversion=latest
- wget "https://storage.googleapis.com/shellcheck/shellcheck-${scversion}.linux.x86_64.tar.xz"
- tar --xz -xvf "shellcheck-${scversion}.linux.x86_64.tar.xz"
- shellcheck() { "shellcheck-${scversion}/shellcheck" "$@"; }
script: shellcheck -e 2034 */*/build */*/post-install