From c78676ab9d0914812a5e269a31ec0f80859bfead Mon Sep 17 00:00:00 2001 From: zertrin Date: Tue, 22 May 2018 11:59:24 +0800 Subject: [PATCH] Try to fix travis CI --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index f004410..c4601ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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