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