nerd-fonts/.travis.yml
2017-10-03 21:36:51 -04:00

17 lines
285 B
YAML

language: bash
# Use container-based infrastructure for quicker build start-up
sudo: false
addons:
apt:
sources:
- debian-sid # Grab shellcheck from the Debian repo (o_O)
packages:
- shellcheck
script:
- bash -c 'echo bacon; true'
matrix:
fast_finish: true