Skip to content
Merged
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ services:
- docker
language: python

addons:
apt:
sources:
- debian-sid # Grab shellcheck from the Debian repo (o_O)
packages:
- shellcheck

env:
- IGNORE_DOCKER_VERSION=true PYTHONUNBUFFERED=true

Expand All @@ -19,6 +26,8 @@ before_install:

jobs:
include:
- stage: lint-shellcheck
script: bash -c 'shopt -s globstar; shellcheck **/*.sh'
- stage: metrics-pipeline
script: python ci.py metrics
- stage: logs-pipeline
Expand Down