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
|
# Use container-based infrastructure for quicker build start-up
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
addons:
|
before_script:
|
||||||
apt:
|
- shellcheck --version
|
||||||
sources:
|
|
||||||
- debian-sid
|
|
||||||
packages:
|
|
||||||
- shellcheck
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- shellcheck -e SC2034 duplicity-backup.sh duplicity-backup.conf.example
|
- shellcheck -e SC2034 duplicity-backup.sh duplicity-backup.conf.example
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue