1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-07-02 14:02:26 +00:00

docs: update

This commit is contained in:
Dylan Araps 2019-07-16 11:05:05 +03:00
parent 4244f37081
commit 893e55e892

View File

@ -1,2 +1,10 @@
language: bash language: bash
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 kiss script: shellcheck kiss