nanorc/.travis.yml

25 lines
277 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
language: minimal
dist: bionic
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:
- sudo apt-get update
- sudo apt-get install -y shellcheck nano
2017-12-28 01:31:13 -05:00
2019-11-23 22:26:41 +00:00
script: ./tests.sh