2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/.travis.yml
2019-07-16 11:02:56 +03:00

11 lines
400 B
YAML

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 -e 2034 */*/build */*/post-install