mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
Add travis support
This commit is contained in:
17
.travis.yaml
Normal file
17
.travis.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
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
|
||||||
|
|
||||||
|
script:
|
||||||
|
- bash -c 'shopt -s globstar; shellcheck **/*.sh'
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
Reference in New Issue
Block a user