mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 13:40:07 +02:00
Update .travis.yml
This commit is contained in:
parent
ce93f0075d
commit
cdb940c35c
11
.travis.yml
11
.travis.yml
@ -1,10 +1,9 @@
|
|||||||
# Tests
|
# Tests
|
||||||
# Verify the install script
|
# Verify the install script
|
||||||
|
|
||||||
# minimal = sh
|
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
language: minimal
|
language: shell
|
||||||
|
|
||||||
git:
|
git:
|
||||||
depth: 3
|
depth: 3
|
||||||
@ -15,16 +14,18 @@ branches:
|
|||||||
# - master
|
# - master
|
||||||
- themify
|
- themify
|
||||||
|
|
||||||
before_install::
|
before_install:
|
||||||
|
- sudo apt-key adv --keyserver keyring.debian.org --recv-keys 04EE7237B7D453EC
|
||||||
|
- 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://ftp.us.debian.org/debian bullseye main"
|
||||||
- sudo apt-get update -y
|
- 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 install -y nano_4.5-1_amd64.deb
|
- sudo apt-get install -y nano_4.5-1_amd64.deb
|
||||||
- nano --version
|
- nano --version
|
||||||
- shellcheck --version
|
- shellcheck --version
|
||||||
|
|
||||||
# Add unstable repos for the last version of nano
|
# 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 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
|
# - sudo apt-get install -qq -y shellcheck
|
||||||
|
|
||||||
# script: ./tests.sh
|
# script: ./tests.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user