.travis.yml: install shellcheck

This commit is contained in:
Austin English 2019-10-23 16:11:11 -05:00 committed by William Hubbs
parent 87cfad3d6c
commit 19cfd82dad

View File

@ -24,5 +24,9 @@ notifications:
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
before_install:
- sudo apt-get update
- sudo apt-get install -y shellcheck
script:
- ./ci/travis.sh