From 906215d03edb9dc6552378d46273a4cce2fa0750 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 27 Jan 2017 17:39:01 -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 1a998fb..b52a297 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ script: - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=beautiful-racket-lib - raco test -p beautiful-racket-lib - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=br-parser-tools/br-parser-tools - - raco test -p br-parser-tools + - raco test -p br-parser-tools-lib - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=brag - raco test -p brag - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=beautiful-racket-demo