From 6457a55b31300e47915fbaec73df7964d7d6c26c Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 11 Apr 2016 08:27:24 -0700 Subject: [PATCH] OIC --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d5d400..7157eac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ before_install: script: - cd .. # Travis did a cd into the dir. Back up, for the next: # don't rely on package server - - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket-lib.git?path=beautiful-racket-lib + - 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 --link https://github.com/mbutterick/beautiful-racket.git?path=beautiful-racket - raco test -p beautiful-racket