mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 13:40:07 +02:00
25 lines
277 B
YAML
25 lines
277 B
YAML
# Tests
|
|
# Verify the install script
|
|
|
|
# minimal = sh
|
|
os: linux
|
|
language: minimal
|
|
|
|
dist: bionic
|
|
|
|
git:
|
|
depth: 3
|
|
quiet: true
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- themify
|
|
|
|
before_install:
|
|
- sudo apt-get update
|
|
- sudo apt-get install -y shellcheck nano
|
|
|
|
|
|
script: ./tests.sh
|