From 9d02e947b28b65b508a621f868f074ddaaa0c6a8 Mon Sep 17 00:00:00 2001 From: Tiago Almeida Date: Mon, 25 Nov 2019 21:04:14 +0000 Subject: [PATCH] More tests... --- .travis.yml | 4 ++-- tests.sh | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index f3b071e..a18e529 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ branches: before_install: # Add unstable repos for the last version of nano # - sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse" - - sudo apt-get update -qq -y - - sudo apt-get install -qq -y shellcheck +# - sudo apt-get update -qq -y +# - sudo apt-get install -qq -y shellcheck script: ./tests.sh diff --git a/tests.sh b/tests.sh index 1626f9b..24c271c 100755 --- a/tests.sh +++ b/tests.sh @@ -2,7 +2,6 @@ # Shellcheck the script nano --version +shellcheck --version -shellcheck install.sh && exit 1 - -exit 0 +shellcheck -f diff *.sh | git apply | git commit -a -m "Shellcheck fast corrections"