travis: refactor travis.yml
This commit is contained in:
parent
4e8b7a27ce
commit
8a84a33d9c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user