Update .travis.yml

This commit is contained in:
Tiago Programmer 2019-12-18 22:02:08 +00:00 committed by GitHub
parent cdb940c35c
commit 6bfc70be14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,10 +15,7 @@ branches:
- themify - themify
before_install: before_install:
- sudo apt-key adv --keyserver keyring.debian.org --recv-keys 04EE7237B7D453EC - sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu bionic-backports bullseye main restricted universe multiverse"
- sudo apt-key adv --keyserver keyring.debian.org --recv-keys 648ACFD622F3D138
- sudo add-apt-repository -y "deb http://ftp.us.debian.org/debian bullseye main"
- sudo add-apt-repository -y "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 -y nano_4.5-1_amd64.deb - sudo apt-get install -y nano_4.5-1_amd64.deb
- nano --version - nano --version