From 2a426e21efcd3bbefce8ab81317ce90cf6cb4c1b Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 3 Mar 2016 12:20:06 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ced883a..03c9806 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,4 +34,4 @@ before_install: script: - cd .. # Travis did a cd into the dir. Back up, for the next: - travis_retry raco pkg install --deps search-auto --link beautiful-racket - - raco test -p br + - raco test -p beautiful-racket