duplicity-backup.sh/.travis.yml
2016-09-03 15:10:18 +02:00

17 lines
294 B
YAML

language: bash
# Use container-based infrastructure for quicker build start-up
sudo: false
addons:
apt:
sources:
- debian-sid
packages:
- shellcheck
script:
- shellcheck -e SC2034 -e SC2166 duplicity-backup.sh duplicity-backup.conf.example
matrix:
fast_finish: true