nanorc/.travis.yml
2019-12-18 22:26:08 +00:00

32 lines
775 B
YAML

# Tests
# Verify the install script
os: linux
dist: bionic
language: shell
git:
depth: 3
quiet: true
branches:
only:
# - master
- themify
before_install:
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu bionic-backports bionic-proposed restricted main multiverse universe"
- sudo apt-get update -qq -y
# - sudo apt-get install -y nano=4.5
# - sudo apt-get install -y shellcheck=0.6
- sudo apt-get install -y nano=\*
- sudo apt-get install -y shellcheck=\*
- nano --version
- shellcheck --version
# 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 install -qq -y shellcheck
# script: ./tests.sh