diff --git a/.travis.yml b/.travis.yml index 6fe5316..6200bc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,6 @@ 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 nano + - sudo apt-get install -qq -y shellcheck nano_4.5 script: ./tests.sh