From 5d9e1061473f82041fcc0ce644071b7682d89ea2 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 3 May 2016 17:18:36 -0700 Subject: [PATCH] update travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 31097c2..ebd025e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,5 +36,7 @@ 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=beautiful-racket-ragg + - raco test -p beautiful-racket-ragg - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=beautiful-racket - raco test -p beautiful-racket