Adjust script section.

Minimal Racket in 6.0+ is very minimal -- raco make and raco test
commands don't exist. Install rackunit.
This commit is contained in:
Greg Hendershott 2015-05-18 20:06:44 -04:00
parent 3cfe5074a8
commit ce1dbbf583

View File

@ -65,11 +65,8 @@ install:
before_script:
# Here supply steps such as raco make, raco test, etc.
#
# Tip: Use `raco pkg install --deps search-auto <pkg>` to install any
# required packages without getting stuck on a confirmation prompt.
script:
- raco make main.rkt
- raco pkg install --scope installation rackunit # in case minimal racket
- raco test -x .
# NOTE: If your repo is a Racket package with an info.rkt that