tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit 64daf70229af624abbdd3e89941c9a1886c53b08
parent 6926583d790ab9c3c6cd8b0025f5bcdda72b5837
Author: Jaromil <jaromil@dyne.org>
Date:   Fri, 21 Jul 2017 11:45:40 +0200

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.

Diffstat:
M.travis.yml | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -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