Skip to content
Snippets Groups Projects
Unverified Commit 12696d7d authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Add .travis.yml

parent cb8cef4c
No related branches found
No related tags found
No related merge requests found
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
# TODO: also run checkbashisms.pl (currently two instances of non-compliance)
script:
- shellcheck ghcup.sh
matrix:
fast_finish: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment