From b799b4ee282ff264857e9390f08cbc36216d8870 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 21 Feb 2017 10:05:58 -0800 Subject: [PATCH] Update `brag` paths --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c141f0..ab14137 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,9 +38,9 @@ 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.git?path=br-parser-tools/br-parser-tools-lib + - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/brag.git?path=br-parser-tools/br-parser-tools-lib - raco test -p br-parser-tools-lib - - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=brag + - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/brag.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-lib - raco test -p beautiful-racket-lib