travis: refactor travis.yml

This commit is contained in:
Patrick Ziegler 2019-02-12 09:29:01 +01:00 committed by x70b1
parent 4e8b7a27ce
commit 8a84a33d9c

View File

@ -1,10 +1,6 @@
language: c
language: generic
install:
- scversion="stable"
- 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" "$@"; }
dist: xenial
before_script:
- shellcheck --version