From 71b819f46784feab2d4fc762159f30129fc43049 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 11 Apr 2016 08:24:02 -0700 Subject: [PATCH] one more time --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5b87fb1..1d5d400 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/beautiful-racket-lib.git + - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket-lib.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/beautiful-racket.git + - travis_retry raco pkg install --deps search-auto --link https://github.com/mbutterick/beautiful-racket.git?path=beautiful-racket - raco test -p beautiful-racket