More Travis-CI corrections.
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
parent
f9fa4ca127
commit
99eef5f278
12
.travis.yml
12
.travis.yml
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user