14 lines
296 B
YAML
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
|