More Travis-CI corrections.

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2018-12-11 19:39:08 -06:00
parent f9fa4ca127
commit 99eef5f278
No known key found for this signature in database
GPG Key ID: 72964219390D0D0E

View File

@ -1,15 +1,11 @@
language: bash language: bash
sudo: false os:
- linux
addons: sudo: false
apt:
sources:
- debian-stretch
packages:
- shellcheck
env: env:
- PATH=/usr/bin:/bin:./ - PATH=/usr/bin:/bin:./:/usr/local/bin
script: script:
- which shellcheck - which shellcheck
- shellcheck -V - shellcheck -V