aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f03f36928f5890043e68d9d07cda4886a0c19ac7 (plain)
1
2
3
4
5
6
7
8
9
10
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