Skip to content

Commit

Permalink
Travis CI - Disable ShellCheck for now as it triggers dpkg error for …
Browse files Browse the repository at this point in the history
…some reasons

Signed-off-by: 林博仁 <Buo.Ren.Lin@gmail.com>
  • Loading branch information
brlin-tw committed May 19, 2017
1 parent b004249 commit 7722ce8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ language: debian
sudo: false
addons:
apt:
sources:
- debian-sid # Grab shellcheck from the Debian repo (o_O)
# sources:
# - debian-sid # Grab shellcheck from the Debian repo (o_O)
packages:
- equivs
- realpath # Merged to GNU Coreutils in Ubuntu 16.04
- shellcheck
# - shellcheck

## We only support Ubuntu 14.04 and newer
dist: trusty

script:
#- git ls-files -z \*.bash | xargs --max-args=1 --verbose --null -- shellcheck
# The following command will be dropped in favor with the above one after Travis CI environment contains ShellCheck >=0.4.5, which fixes the bug that triggers SC2148 even when `shell` directive is used
- git ls-files -z \*.bash | xargs --max-args=1 --verbose --null -- shellcheck --shell=bash
#- git ls-files -z \*.bash | xargs --max-args=1 --verbose --null -- shellcheck --shell=bash
- ./build.bash

deploy:
Expand Down

0 comments on commit 7722ce8

Please sign in to comment.