From 594ac04ff9aabe3c898d9d698db776ab4836b016 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 9 Jun 2018 18:07:31 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 03f61e8..3d99b45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,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/brag.git?path=br-parser-tools/br-parser-tools-lib + - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/br-parser-tools.git?path=br-parser-tools-lib - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/brag.git?path=brag - 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