|
|
@ -1,12 +1,14 @@ |
|
|
language: bash |
|
|
language: bash |
|
|
|
|
|
|
|
|
# Use container-based infrastructure for quicker build start-up |
|
|
# Use container-based infrastructure for quicker build start-up |
|
|
sudo: false |
|
|
|
|
|
|
|
|
sudo: required |
|
|
|
|
|
|
|
|
addons: |
|
|
addons: |
|
|
apt: |
|
|
apt: |
|
|
sources: |
|
|
sources: |
|
|
- debian-sid # Grab shellcheck from the Debian repo (o_O) |
|
|
|
|
|
|
|
|
# Grab shellcheck from the Debian repo (o_O) |
|
|
|
|
|
- sourceline: deb http://ftp.us.debian.org/debian stretch main contrib non-free |
|
|
|
|
|
key_url: https://ftp-master.debian.org/keys/archive-key-9.asc |
|
|
packages: |
|
|
packages: |
|
|
- shellcheck |
|
|
- shellcheck |
|
|
|
|
|
|
|
|
|