Files
ok.sh/.travis.yml
2015-09-20 14:59:22 -06:00

16 lines
235 B
YAML

language: sh
script: |
PATH=$PATH:$TRAVIS_BUILD_DIR make test
addons:
apt:
sources:
- debian-sid # Grab shellcheck from the Debian repo (o_O)
packages:
- socat
- shellcheck
notifications:
email: false