Add integration with Travis CI
This commit is contained in:
parent
d40d840a6d
commit
274c0f5d37
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
language: bash
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- debian-sid
|
||||||
|
packages:
|
||||||
|
- shellcheck
|
||||||
|
|
||||||
|
script:
|
||||||
|
- shellcheck *.sh
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
fast_finish: true
|
Loading…
x
Reference in New Issue
Block a user