From 118ab5468b8e783a5f444dab5230e70b05c39cc0 Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Fri, 8 Nov 2013 16:52:00 -0500 Subject: [PATCH] Update .travis.yml with example for Racket packages. --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7d47e82..ea34b5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,4 +28,12 @@ script: - /usr/racket/bin/raco make main.rkt - /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 +# - /usr/racket/bin/raco test -x -p + after_script: