travis-racket/.travis.yml
2019-11-25 13:43:47 -05:00

14 lines
296 B
YAML

# IMPORTANT:
#
# This is NOT an example of a .travis.yml you would use in your own
# Racket project -- for that, see example/.travis.yml.
#
# Instead, this is used by this repo to test install-racket.sh.
language: c
script:
- shellcheck install-racket.sh
- shellcheck test.sh
- ./test.sh