nanorc/.travis.yml

25 lines
456 B
YAML
Raw Normal View History

2019-11-23 22:22:59 +00:00
# Tests
# Verify the install script
2017-12-28 01:31:13 -05:00
2019-11-23 22:22:59 +00:00
# minimal = sh
os: linux
dist: bionic
2019-11-25 20:01:23 +00:00
language: minimal
2017-12-28 01:31:13 -05:00
git:
depth: 3
2019-11-23 22:22:59 +00:00
quiet: true
branches:
only:
- master
- themify
before_install:
2019-11-24 22:22:18 +00:00
# Add unstable repos for the last version of nano
2019-11-25 20:01:23 +00:00
# - sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse"
2019-11-25 21:04:14 +00:00
# - sudo apt-get update -qq -y
# - sudo apt-get install -qq -y shellcheck
2017-12-28 01:31:13 -05:00
2019-11-23 22:26:41 +00:00
script: ./tests.sh