From efcabd99c2741bdfa864e7ef41276e9466b3bc6d Mon Sep 17 00:00:00 2001 From: Tiago Programmer Date: Wed, 18 Dec 2019 22:04:37 +0000 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3f910ac..d3e2e27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ branches: before_install: - sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu bionic-backports bullseye main restricted universe multiverse" - sudo apt-get update -qq -y - - sudo apt-get install -y nano_4.5-1_amd64.deb + - sudo apt-get install -y nano_4.6 - nano --version - shellcheck --version