From 9e0e64f6d2897269d16cd8ce26731e4e5aa08334 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 27 Jan 2017 17:34:33 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 81e8d2b..1a998fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,8 @@ script: # don't rely on package server - 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 - 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