Try to fix travis CI
This commit is contained in:
parent
2dec3ed145
commit
c78676ab9d
1 changed files with 2 additions and 6 deletions
|
|
@ -3,12 +3,8 @@ language: bash
|
|||
# Use container-based infrastructure for quicker build start-up
|
||||
sudo: false
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- debian-sid
|
||||
packages:
|
||||
- shellcheck
|
||||
before_script:
|
||||
- shellcheck --version
|
||||
|
||||
script:
|
||||
- shellcheck -e SC2034 duplicity-backup.sh duplicity-backup.conf.example
|
||||
|
|
|
|||
Loading…
Reference in a new issue