tremove 'lint' target from travis CI builds - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 64daf70229af624abbdd3e89941c9a1886c53b08
 (DIR) parent 6926583d790ab9c3c6cd8b0025f5bcdda72b5837
 (HTM) Author: Jaromil <jaromil@dyne.org>
       Date:   Fri, 21 Jul 2017 11:45:40 +0200
       
       remove 'lint' target from travis CI builds
       
       tthe 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
       ttravis. 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(-)
       ---
 (DIR) diff --git a/.travis.yml b/.travis.yml
       t@@ -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