From 2dd2e66690b369510c1e5c278e8babe493fbde19 Mon Sep 17 00:00:00 2001 From: Tiago Programmer Date: Wed, 18 Dec 2019 21:30:20 +0000 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3ffe57d..9113938 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,9 @@ branches: - themify before_install:: - - sudo apt install -qq -y http://ftp.us.debian.org/debian/pool/main/n/nano/nano_4.5-1_amd64.deb + - sudo add-apt-repository -y deb http://ftp.de.debian.org/debian bullseye main + - sudo apt-get update -y + - sudo apt-get install -y nano_4.5-1_amd64.deb - nano --version - shellcheck --version