From ce1dbbf583a8226b8d0f6a4fbfc14019e1ac1846 Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Mon, 18 May 2015 20:06:44 -0400 Subject: [PATCH] Adjust `script` section. Minimal Racket in 6.0+ is very minimal -- raco make and raco test commands don't exist. Install rackunit. --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 460c274..5bac3a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ` 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