Update .travis.yml with example for Racket packages.

This commit is contained in:
Greg Hendershott 2013-11-08 16:52:00 -05:00
parent 14679516e8
commit 118ab5468b

View File

@ -28,4 +28,12 @@ script:
- /usr/racket/bin/raco make main.rkt - /usr/racket/bin/raco make main.rkt
- /usr/racket/bin/raco test -x . - /usr/racket/bin/raco test -x .
# NOTE: If your repo is a Racket package with an info.rkt that
# includes some `deps`, the following is more elegant:
#
# script:
# - cd .. # Travis did a cd into the dir. Back up, for the next:
# - /usr/racket/bin/raco pkg install --deps search-auto --link <pkg>
# - /usr/racket/bin/raco test -x -p <pkg>
after_script: after_script: