mirror of
https://github.com/clearlinux/ok.sh.git
synced 2026-04-28 10:53:43 +00:00
16 lines
235 B
YAML
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
|