From ed33f0cd0df6aed6208134027a71b0b607d5f9eb Mon Sep 17 00:00:00 2001 From: Tiago Almeida Date: Mon, 25 Nov 2019 19:49:38 +0000 Subject: [PATCH] Try again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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