Add .travis.yml
This commit is contained in:
parent
cb8cef4c63
commit
12696d7dbd
18
.travis.yml
Normal file
18
.travis.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
language: bash
|
||||||
|
|
||||||
|
# Use container-based infrastructure for quicker build start-up
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- debian-sid # Grab shellcheck from the Debian repo (o_O)
|
||||||
|
packages:
|
||||||
|
- shellcheck
|
||||||
|
|
||||||
|
# TODO: also run checkbashisms.pl (currently two instances of non-compliance)
|
||||||
|
script:
|
||||||
|
- shellcheck ghcup.sh
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
fast_finish: true
|
Loading…
Reference in New Issue
Block a user