mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-25 14:17:41 +00:00
remove 'lint' target from travis CI builds
the shellcheck developer unilaterally decided removal of zsh support https://github.com/koalaman/shellcheck/issues/298 so far ignoring all requests to add support, so we won't run our shellcheck tests on travis. using Devuan Jessie's 0.3.5 with our ignores still works, so will keep testing it locally.
This commit is contained in:
parent
6926583d79
commit
64daf70229
@ -14,12 +14,10 @@ addons:
|
||||
- steghide
|
||||
- qrencode
|
||||
- e2fsprogs
|
||||
- shellcheck
|
||||
|
||||
before_script:
|
||||
- make --directory=extras/kdf-keys
|
||||
- sudo make --directory=extras/kdf-keys install
|
||||
|
||||
script:
|
||||
- make lint
|
||||
- make test
|
||||
|
Loading…
Reference in New Issue
Block a user