diff --git a/racket/collects/pkg/private/new.rkt b/racket/collects/pkg/private/new.rkt index fff6f56fbe..5e7ae44c69 100644 --- a/racket/collects/pkg/private/new.rkt +++ b/racket/collects/pkg/private/new.rkt @@ -94,7 +94,7 @@ EOS ;; .travis.yml (with-output-to-file ".travis.yml" - (lambda () (display #<>` to install any required # packages without it getting stuck on a confirmation prompt. 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 <> + - raco pkg install --deps search-auto + - raco test -x -p <> after_script: