More tests...

This commit is contained in:
Tiago Almeida 2019-11-25 21:04:14 +00:00
parent 94164b5e9c
commit 9d02e947b2
2 changed files with 4 additions and 5 deletions

View File

@ -18,7 +18,7 @@ branches:
before_install: before_install:
# Add unstable repos for the last version of nano # 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 add-apt-repository "deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse"
- sudo apt-get update -qq -y # - sudo apt-get update -qq -y
- sudo apt-get install -qq -y shellcheck # - sudo apt-get install -qq -y shellcheck
script: ./tests.sh script: ./tests.sh

View File

@ -2,7 +2,6 @@
# Shellcheck the script # Shellcheck the script
nano --version nano --version
shellcheck --version
shellcheck install.sh && exit 1 shellcheck -f diff *.sh | git apply | git commit -a -m "Shellcheck fast corrections"
exit 0